Skip to content

Commit 8133d5a

Browse files
authored
Merge pull request #115 from marc-mabe/travis-hhvm
test on latest HHVM version compatible with PHP
2 parents f749594 + 8e2e178 commit 8133d5a

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)