Skip to content

Commit

Permalink
Run tests on PHP 7.1 too
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Fairchild committed Apr 24, 2017
1 parent ff12ff2 commit 059a345
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ php:
- 5.6
- hhvm
- 7
- 7.1

before_script:
- composer self-update
Expand All @@ -18,4 +19,5 @@ matrix:
allow_failures:
- php: hhvm
- php: 7
- php: 7.1
fast_finish: true

0 comments on commit 059a345

Please sign in to comment.