Skip to content

Commit eb13619

Browse files
committed
minor #537 Use the newer stack for HHVM on Tracis CI (bocharsky-bw)
This PR was squashed before being merged into the master branch (closes #537). Discussion ---------- Use the newer stack for HHVM on Tracis CI Commits ------- 8bdcc66 Use the newer stack for HHVM on Tracis CI
2 parents aba6eb2 + 8bdcc66 commit eb13619

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)