Skip to content

Commit

Permalink
Revert "Travis: fix PHP 5.5 builds"
Browse files Browse the repository at this point in the history
This reverts commit 8f7dd7b.

The Travis team fixed the PHPUnit version issue.
  • Loading branch information
dregad committed Dec 14, 2015
1 parent 8b6da60 commit 27bfe82
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .travis.yml
Expand Up @@ -8,13 +8,6 @@ language: php
# Environment setup and test scripts execution
#

before_install:
# Workaround for failing PHP 5.5 builds, per https://github.com/travis-ci/travis-ci/issues/5206
- if [[ ${TRAVIS_PHP_VERSION:0:3} == "5.5" ]]; then
curl -s -o $HOME/.phpenv/versions/5.5/bin/phpunit https://phar.phpunit.de/phpunit-old.phar;
chmod +x $HOME/.phpenv/versions/5.5/bin/phpunit;
fi

before_script:
- ./scripts/travis_before_script.sh

Expand Down

0 comments on commit 27bfe82

Please sign in to comment.