Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Lock Travis builds to using a version of PHPUNIT we specify
Browse files Browse the repository at this point in the history
This avoids build crashes when non-BC versions of PHPUNIT are released (ie 6)
  • Loading branch information
jarofgreen committed Mar 25, 2017
1 parent 5e1f084 commit 84abf23
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -16,8 +16,9 @@ before_script:
- echo "\$CONFIG->databaseUser = 'postgres';" >> config.test.php
- echo "\$CONFIG->databasePassword = '';" >> config.test.php
- echo "\$CONFIG->extensions = array('CuratedLists','Meetup');" >> config.test.php
- wget https://phar.phpunit.de/phpunit-5.7.phar

script: phpunit --configuration core/tests/phpunit.xml
script: php phpunit-5.7.phar --configuration core/tests/phpunit.xml



Expand Down

0 comments on commit 84abf23

Please sign in to comment.