Skip to content

Commit 8e2e178

Browse files
committed
test on latest HHVM LTS version + latest compatible with PHP
1 parent f749594 commit 8e2e178

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,9 @@ matrix:
3535
- php: nightly
3636

3737
# HHVM is no longer supported on Ubuntu Precise. Please consider using Trusty with `dist: trusty`.
38-
- php: hhvm
38+
- php: hhvm-3.27 # LTS
39+
dist: trusty
40+
- php: hhvm-3.30 # last with PHP support
3941
dist: trusty
4042
allow_failures:
4143
- php: nightly

0 commit comments

Comments
 (0)