Skip to content

Commit

Permalink
fix problem with platform req for travis
Browse files Browse the repository at this point in the history
  • Loading branch information
akondas committed Jun 30, 2016
1 parent 44f0449 commit 62fc7b9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ os:
- osx
language: php
php:
- 7
- 7.0
- hhvm
before_script: composer install
before_script: composer install --ignore-platform-reqs
script: bin/phpunit

0 comments on commit 62fc7b9

Please sign in to comment.