We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1da2c50 commit a9780f0Copy full SHA for a9780f0
1 file changed
.travis.yml
@@ -6,22 +6,20 @@ matrix:
6
dist: precise
7
- php: 5.4
8
dist: trusty
9
- sudo: required
10
- php: 5.5
11
12
13
- php: 5.6
14
15
16
- php: 7.0
17
18
19
- php: 7.1
20
21
22
- php: 7.2
23
24
+# allow 7.2 to fail as phpunit 3 not working correctly with php 7.2
+ allow_failures:
+ - php: 7.2
+ dist: trusty
25
26
before_script:
27
- ./scripts/bundle-devtools.sh .
0 commit comments