We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9803f7f commit d370739Copy full SHA for d370739
.travis.yml
@@ -29,12 +29,13 @@ matrix:
29
- php: 7.1
30
env:
31
- 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`.
+ - php: 7.2
+ - php: 7.3
+ # 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
38
dist: trusty
- allow_failures:
39
40
install:
41
- if [ "${CODE_COVERAGE}" == "0" ]; then
0 commit comments