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 ef21b2d commit 5304281Copy full SHA for 5304281
.travis.yml
@@ -16,29 +16,14 @@ env:
16
matrix:
17
fast_finish: true
18
include:
19
- - php: 5.6
20
- env:
21
- - CODE_COVERAGE="1"
22
- - php: 7.0
23
24
25
- - PHPDOC="1"
26
- - php: 7.1
27
28
29
- php: 7.2
30
env:
31
- CODE_COVERAGE="1"
+ - PHPDOC="1"
32
- php: 7.3
33
34
35
- php: nightly
36
-
37
- # HHVM is no longer supported on Ubuntu Precise. Please consider using Trusty with `dist: trusty`.
38
- - php: hhvm-3.27 # LTS
39
- dist: trusty
40
- - php: hhvm-3.30 # last with PHP support
41
42
allow_failures:
43
44
0 commit comments