Skip to content

Commit

Permalink
Add php-7.1 and nightly to Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
kipit committed May 18, 2017
1 parent 206ead5 commit c47bcc1
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
- hhvm
- nightly

before_script:
- composer install

script: phpunit --coverage-text

matrix:
allow_failures:
- php: nightly

0 comments on commit c47bcc1

Please sign in to comment.