Skip to content

Commit 085fb42

Browse files
committed
added an optionnal php7.4 pipeline
1 parent 3ea7656 commit 085fb42

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,15 @@
11
language: php
22
matrix:
3+
fast_finish: true # Don't wait for the allowed failures to build.
34
include:
45
- php: 7.3
56
env: PREFER_LOWEST=""
67
- php: 7.2
78
env: PREFER_LOWEST=""
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=""
813

914
cache:
1015
directories:

0 commit comments

Comments
 (0)