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.
1 parent 0100dfc commit a610c3aCopy full SHA for a610c3a
.travis.yml
@@ -12,16 +12,9 @@ matrix:
12
- php: 5.6
13
- php: 7.0
14
- php: 7.1
15
- # Use the newer stack for HHVM as HHVM does not support Precise anymore since a long time and so Precise has an outdated version
16
- - php: hhvm
17
- sudo: required
18
- dist: trusty
19
- group: edge
20
- allow_failures:
21
22
23
before_install:
24
- - if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
+ - phpenv config-rm xdebug.ini
25
- composer self-update
26
27
install:
0 commit comments