Skip to content

Commit cc505e0

Browse files
authored
Merge pull request dingo#1280 from lucasmichot/feature/master/php-71
Also run tests for PHP 7.1
2 parents 81dbdbd + ac2d7bb commit cc505e0

File tree

1 file changed

+11
-7
lines changed

1 file changed

+11
-7
lines changed

.travis.yml

Lines changed: 11 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,11 @@
11
language: php
22

3-
php:
4-
- 5.5.9
5-
- 5.5
6-
- 5.6
7-
- 7.0
8-
- hhvm
9-
103
sudo: false
114

125
env:
136
global:
147
- setup=basic
8+
- xdebug=true
159

1610
cache:
1711
directories:
@@ -23,6 +17,16 @@ matrix:
2317
env: setup=lowest
2418
- php: 5.5.9
2519
env: setup=stable
20+
- php: 5.5
21+
- php: 5.6
22+
- php: 7.0
23+
- php: 7.1
24+
env: xdebug=false
25+
- php: hhvm
26+
env: xdebug=false
27+
28+
before_install:
29+
- if [[ $xdebug = 'true' ]] ; then phpenv config-rm xdebug.ini; fi
2630

2731
install:
2832
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction --no-suggest; fi

0 commit comments

Comments
 (0)