Skip to content

Commit 82a14bb

Browse files
committed
Use the newer stack for HHVM on Tracis CI
1 parent 1e0b3d6 commit 82a14bb

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,11 @@ matrix:
1414
- php: 7.1
1515
- php: hhvm
1616
allow_failures:
17-
- php: hhvm
17+
# Use the newer stack for HHVM as HHVM does not support Precise anymore since a long time and so Precise has an outdated version
18+
- php: hhvm-3.18
19+
sudo: required
20+
dist: trusty
21+
group: edge
1822

1923
before_install:
2024
- if [[ "$TRAVIS_PHP_VERSION" != "hhvm" ]]; then phpenv config-rm xdebug.ini; fi

0 commit comments

Comments
 (0)