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.
1 parent 18664fb commit aec9582Copy full SHA for aec9582
.travis.yml
@@ -15,17 +15,25 @@ php:
15
16
matrix:
17
include:
18
- - php: 7.0
19
- env: COVERAGE=1
20
- php: 5.3
21
dist: precise
22
env: COMPOSER_MEMORY_LIMIT=3G
+ - php: 5.4
+ 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