Skip to content

Commit ee72c35

Browse files
committed
Travis: removed unsupported PHP versions
1 parent 1cf956f commit ee72c35

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.travis.yml

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -16,27 +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
39-
dist: trusty
4027
allow_failures:
4128
- php: nightly
4229

0 commit comments

Comments
 (0)