Skip to content

Commit

Permalink
Test on PHP 7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
nirix committed Jan 10, 2017
1 parent 6612646 commit a953170
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ php:
- 5.5
- 5.6
- 7.0
- 7.1
services:
- mysql
- postgresql
Expand All @@ -20,8 +21,11 @@ script: php tests/test.php
matrix:
allow_failures:
- env: DB=sqlite
- php: 7.1
exclude:
- php: 5.5
env: DB=sqlite
- php: 7.0
env: DB=sqlite
- php: 7.1
env: DB=sqlite

0 comments on commit a953170

Please sign in to comment.