Skip to content

Commit d370739

Browse files
committed
Update travis versions
1 parent 9803f7f commit d370739

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.travis.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,13 @@ matrix:
2929
- php: 7.1
3030
env:
3131
- CODE_COVERAGE="1"
32-
- php: nightly
33-
- php: hhvm
34-
# HHVM is no longer supported on Ubuntu Precise. Please consider using Trusty with `dist: trusty`.
32+
- php: 7.2
33+
- php: 7.3
34+
# HHVM is no longer supported on Ubuntu Precise. Please consider using Trusty with `dist: trusty`.
35+
- php: hhvm-3.27 # LTS
36+
dist: trusty
37+
- php: hhvm-3.30 # last with PHP support
3538
dist: trusty
36-
allow_failures:
37-
- php: nightly
3839

3940
install:
4041
- if [ "${CODE_COVERAGE}" == "0" ]; then

0 commit comments

Comments
 (0)