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.
2 parents 5b34391 + aec9582 commit 8fbd060Copy full SHA for 8fbd060
.travis.yml
@@ -1,6 +1,6 @@
1
language: php
2
3
-dist: precise
+dist: xenial
4
5
php:
6
- 5.3
@@ -11,19 +11,29 @@ php:
11
- 7.1
12
- 7.2
13
- 7.3
14
+ - 7.4snapshot
15
16
matrix:
17
include:
- - php: 7.0
18
- env: COVERAGE=1
19
- php: 5.3
+ dist: precise
20
env: COMPOSER_MEMORY_LIMIT=3G
21
+ - php: 5.4
22
+ dist: trusty
23
+ - php: 5.5
24
25
+ - php: 7.0
26
+ env: COVERAGE=1
27
- php: 7.3
28
env: DEPENDENCIES="--ignore-platform-reqs"
29
exclude:
30
31
32
33
- php: 7.0
34
35
+ allow_failures:
36
+ - php: 7.4snapshot
37
38
cache:
39
directories:
0 commit comments