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 7432818
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,11 @@ before_install:

install: travis_retry composer install

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

cache:
directories:
Expand Down

0 comments on commit 7432818

Please sign in to comment.