Skip to content

Commit 98898e4

Browse files
committed
minor #564 Removed HHVM from Travis CI test matrix (javiereguiluz)
This PR was merged into the master branch. Discussion ---------- Removed HHVM from Travis CI test matrix Following the decision of Symfony to drop HHVM support. Commits ------- a610c3a Removed HHVM from Travis CI test matrix
2 parents 0100dfc + a610c3a commit 98898e4

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.travis.yml

+1-8
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)