mirror of
https://github.com/barryvdh/ReflectionDocBlock.git
synced 2026-08-18 10:07:12 +00:00
use matrix for allow_failures; add fast_finish;
This commit is contained in:
+4
-2
@@ -3,6 +3,10 @@ php: [7.1, 7.2, nightly ]
|
|||||||
sudo: false
|
sudo: false
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
matrix:
|
||||||
|
fast_finish: true
|
||||||
|
allow_failures:
|
||||||
|
- php: nightly
|
||||||
|
|
||||||
install:
|
install:
|
||||||
- composer install --no-interaction --prefer-dist -o
|
- composer install --no-interaction --prefer-dist -o
|
||||||
@@ -30,8 +34,6 @@ jobs:
|
|||||||
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;
|
- wget https://github.com/satooshi/php-coveralls/releases/download/v1.0.1/coveralls.phar;
|
||||||
- php coveralls.phar --verbose;
|
- php coveralls.phar --verbose;
|
||||||
|
|
||||||
allow_failures:
|
|
||||||
- php: nightly
|
|
||||||
|
|
||||||
cache:
|
cache:
|
||||||
directories:
|
directories:
|
||||||
|
|||||||
Reference in New Issue
Block a user