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 3ea7656 commit 085fb42Copy full SHA for 085fb42
.travis.yml
@@ -1,10 +1,15 @@
1
language: php
2
matrix:
3
+ fast_finish: true # Don't wait for the allowed failures to build.
4
include:
5
- php: 7.3
6
env: PREFER_LOWEST=""
7
- php: 7.2
8
9
+ allow_failures:
10
+ # PHP 7.4 testing is allowed to fail because the container isn't ready yet
11
+ - php: 7.4
12
+ env: PREFER_LOWEST=""
13
14
cache:
15
directories:
0 commit comments