Skip to content

Commit a7d3aca

Browse files
committed
use matrix for allow_failures; add fast_finish;
1 parent f845cf6 commit a7d3aca

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ php: [7.1, 7.2, nightly ]
33
sudo: false
44

55
env:
6+
matrix:
7+
fast_finish: true
8+
allow_failures:
9+
- php: nightly
610

711
install:
812
- composer install --no-interaction --prefer-dist -o
@@ -30,8 +34,6 @@ jobs:
3034
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;
3135
- php coveralls.phar --verbose;
3236

33-
allow_failures:
34-
- php: nightly
3537

3638
cache:
3739
directories:

0 commit comments

Comments
 (0)