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

Commit

Permalink
Merge pull request #41 from alister/feature/phpunit-for-pre-php5.6
Browse files Browse the repository at this point in the history
PHPUnit v5 requires PHP v5.6+. Lock requirements for testing to v4.*
  • Loading branch information
henrikbjorn committed Oct 2, 2015
2 parents 6206dfa + 046bf62 commit 4e3bd27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ matrix:
before_script:
- composer selfupdate
- composer config -g github-oauth.github.com $GITHUB_OAUTH_TOKEN
- composer global require phpunit/phpunit --no-update
- composer global require phpunit/phpunit:4.* --no-update
- composer global update --prefer-dist --no-interaction
- if [ "$SYMFONY_VERSION" != "" ]; then composer require "symfony/symfony:${SYMFONY_VERSION}" --no-update; fi;
- composer update --prefer-dist --no-interaction $COMPOSER_FLAGS
Expand Down

0 comments on commit 4e3bd27

Please sign in to comment.