Skip to content

Commit

Permalink
add php 7.1 for tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gsouf committed Nov 25, 2017
1 parent b300ed7 commit dcd5f46
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,10 @@ sudo: false
matrix:
include:
- php: 5.5
env: PROCESS_CODECLIMATE=true
- php: 5.6
env: PROCESS_CODECLIMATE=true
- php: 7.0
- php: 7.1
- php: nightly
- php: hhvm
env: IGNORE_XDEBUG=true
Expand All @@ -17,6 +18,7 @@ matrix:

allow_failures:
- php: nightly
- php: hhvm

before_script:
- if [ -z "$IGNORE_XDEBUG" ];then phpenv config-rm xdebug.ini; fi
Expand Down

0 comments on commit dcd5f46

Please sign in to comment.