Skip to content

Commit

Permalink
Add PHP 7.1 to the matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromegamez committed Sep 21, 2016
1 parent 5cda5be commit de7bbc1
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@ install: travis_retry composer install

php:
- 7.0
- 7.1

matrix:
fast_finish: true
include:
- php: 7.0
allow_failures:
- php: 7.1

cache:
directories:
Expand Down

0 comments on commit de7bbc1

Please sign in to comment.