Skip to content

Commit aec9582

Browse files
authored
allow php 7.4 build to fail
1 parent 18664fb commit aec9582

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

.travis.yml

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,17 +15,25 @@ php:
1515

1616
matrix:
1717
include:
18-
- php: 7.0
19-
env: COVERAGE=1
2018
- php: 5.3
2119
dist: precise
2220
env: COMPOSER_MEMORY_LIMIT=3G
21+
- php: 5.4
22+
dist: trusty
23+
- php: 5.5
24+
dist: trusty
25+
- php: 7.0
26+
env: COVERAGE=1
2327
- php: 7.3
2428
env: DEPENDENCIES="--ignore-platform-reqs"
2529
exclude:
2630
- php: 5.3
31+
- php: 5.4
32+
- php: 5.5
2733
- php: 7.0
2834
- php: 7.3
35+
allow_failures:
36+
- php: 7.4snapshot
2937

3038
cache:
3139
directories:

0 commit comments

Comments
 (0)