Skip to content

Commit a610c3a

Browse files
committed
Removed HHVM from Travis CI test matrix
1 parent 0100dfc commit a610c3a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -12,16 +12,9 @@ matrix:
1212
- php: 5.6
1313
- php: 7.0
1414
- 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-
- php: hhvm
2215

2316
before_install:
24-
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi
17+
- phpenv config-rm xdebug.ini
2518
- composer self-update
2619

2720
install:

0 commit comments

Comments
 (0)