Skip to content

Commit 8bdcc66

Browse files
bocharsky-bwjaviereguiluz
authored andcommitted
Use the newer stack for HHVM on Tracis CI
1 parent 1e0b3d6 commit 8bdcc66

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,11 @@ 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
1516
- php: hhvm
17+
sudo: required
18+
dist: trusty
19+
group: edge
1620
allow_failures:
1721
- php: hhvm
1822

0 commit comments

Comments
 (0)