Skip to content

Commit

Permalink
Add PHP 7.1 to the Travis CI matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
sodabrew authored and Sean-Der committed Dec 7, 2016
1 parent 709b68a commit a219ba2
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 @@ -2,6 +2,12 @@ language: php

php:
- 7.0
- 7.1

matrix:
fast_finish: true
allow_failures:
- php: 7.1

notifications:
email: false
Expand Down

0 comments on commit a219ba2

Please sign in to comment.