We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 81dbdbd + ac2d7bb commit cc505e0Copy full SHA for cc505e0
.travis.yml
@@ -1,17 +1,11 @@
1
language: php
2
3
-php:
4
- - 5.5.9
5
- - 5.5
6
- - 5.6
7
- - 7.0
8
- - hhvm
9
-
10
sudo: false
11
12
env:
13
global:
14
- setup=basic
+ - xdebug=true
15
16
cache:
17
directories:
@@ -23,6 +17,16 @@ matrix:
23
env: setup=lowest
24
18
- php: 5.5.9
25
19
env: setup=stable
20
+ - php: 5.5
21
+ - php: 5.6
22
+ - php: 7.0
+ - php: 7.1
+ env: xdebug=false
+ - php: hhvm
26
27
+
28
+before_install:
29
+ - if [[ $xdebug = 'true' ]] ; then phpenv config-rm xdebug.ini; fi
30
31
install:
32
- if [[ $setup = 'basic' ]]; then travis_retry composer install --prefer-dist --no-interaction --no-suggest; fi
0 commit comments