Skip to content

Commit

Permalink
Use fixed php version
Browse files Browse the repository at this point in the history
We don't want to use phpunit 6 yet.
  • Loading branch information
Grégoire Paris authored and soullivaneuh committed Feb 3, 2017
1 parent 4e26074 commit 7b86c56
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions project/.travis/install_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ mkdir --parents "${HOME}/bin"

# PHPUnit install
if [ ${TRAVIS_PHP_VERSION} '<' '5.6' ]; then
PHPUNIT_PHAR=phpunit-old.phar
PHPUNIT_PHAR=phpunit-4.8.phar
else
PHPUNIT_PHAR=phpunit.phar
PHPUNIT_PHAR=phpunit-5.7.phar
fi
wget "https://phar.phpunit.de/${PHPUNIT_PHAR}" --output-document="${HOME}/bin/phpunit"
chmod u+x "${HOME}/bin/phpunit"
Expand Down

0 comments on commit 7b86c56

Please sign in to comment.