Skip to content

Commit 5304281

Browse files
committed
Travis: removed unsupported PHP versions
1 parent ef21b2d commit 5304281

File tree

1 file changed

+1
-16
lines changed

1 file changed

+1
-16
lines changed

.travis.yml

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -16,29 +16,14 @@ env:
1616
matrix:
1717
fast_finish: true
1818
include:
19-
- php: 5.6
20-
env:
21-
- CODE_COVERAGE="1"
22-
- php: 7.0
23-
env:
24-
- CODE_COVERAGE="1"
25-
- PHPDOC="1"
26-
- php: 7.1
27-
env:
28-
- CODE_COVERAGE="1"
2919
- php: 7.2
3020
env:
3121
- CODE_COVERAGE="1"
22+
- PHPDOC="1"
3223
- php: 7.3
3324
env:
3425
- CODE_COVERAGE="1"
3526
- 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-
dist: trusty
4227
allow_failures:
4328
- php: nightly
4429

0 commit comments

Comments
 (0)