Skip to content

Commit

Permalink
Test PHP 7.1 compatibility (#45)
Browse files Browse the repository at this point in the history
* Test PHP 7.1 compatibility

* Adding PHP 7.2
  • Loading branch information
bcremer authored and Nyholm committed Jan 29, 2018
1 parent 5f82ffd commit 0df1908
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,17 @@ matrix:
include:
- php: 5.3
dist: precise
- php: 7.1
env: COVERAGE=yes
- php: 5.4
- php: 5.5
- php: 5.6
- php: 7.0
- php: hhvm
- php: nightly
- php: 7.0
env: COVERAGE=yes
- php: 7.0
- php: 7.1
env: COMPOSER_FLAGS='--prefer-lowest --prefer-stable'
- php: 7.2
allow_failures:
- php: hhvm
- php: nightly
Expand Down

0 comments on commit 0df1908

Please sign in to comment.