Skip to content

Commit

Permalink
Add PHP 7.1 to Travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
Emir Beganović authored Apr 14, 2017
1 parent 2288363 commit 44f492c
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 @@ -26,6 +26,10 @@ matrix:
env: polyfill='true'
- php: 7.0
env: polyfill='false'
- php: 7.1
env: polyfill='true'
- php: 7.1
env: polyfill='false'

install: travis_retry composer install --no-interaction --prefer-source

Expand Down

0 comments on commit 44f492c

Please sign in to comment.