Skip to content

Commit

Permalink
Ignore platform reqs on hhvm
Browse files Browse the repository at this point in the history
  • Loading branch information
Eugene Leonovich committed Mar 17, 2017
1 parent c2e2a33 commit 170073a
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 @@ -15,6 +15,6 @@ php:
- hhvm

before_script:
- composer install
- if [[ $TRAVIS_PHP_VERSION != hhvm* ]]; then composer install; else composer install --ignore-platform-reqs; fi

script: phpunit

0 comments on commit 170073a

Please sign in to comment.