Skip to content

Commit 8fbd060

Browse files
authored
Merge pull request #1661 from andreybolonin/patch-1
add php 7.4snapshot
2 parents 5b34391 + aec9582 commit 8fbd060

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

.travis.yml

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
language: php
22

3-
dist: precise
3+
dist: xenial
44

55
php:
66
- 5.3
@@ -11,19 +11,29 @@ php:
1111
- 7.1
1212
- 7.2
1313
- 7.3
14+
- 7.4snapshot
1415

1516
matrix:
1617
include:
17-
- php: 7.0
18-
env: COVERAGE=1
1918
- php: 5.3
19+
dist: precise
2020
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
2127
- php: 7.3
2228
env: DEPENDENCIES="--ignore-platform-reqs"
2329
exclude:
2430
- php: 5.3
31+
- php: 5.4
32+
- php: 5.5
2533
- php: 7.0
2634
- php: 7.3
35+
allow_failures:
36+
- php: 7.4snapshot
2737

2838
cache:
2939
directories:

0 commit comments

Comments
 (0)