Skip to content

Commit

Permalink
add PHP7 to travis.
Browse files Browse the repository at this point in the history
  • Loading branch information
bugalot committed Oct 11, 2015
1 parent be6e6cb commit 307af36
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,14 @@ php:
- 5.4
- 5.5
- 5.6
- 7

before_script:
- composer install --no-interaction
- composer self-update && composer install --no-interaction

script:
- mkdir -p build/logs
- ./vendor/bin/phpunit --coverage-clover build/logs/clover.xml

after_script:
- ./vendor/bin/coveralls -v
- ./vendor/bin/coveralls -v

0 comments on commit 307af36

Please sign in to comment.