Skip to content

Commit 66b99dd

Browse files
committed
allow failure on php7.2 with lowest deps
1 parent 14501c8 commit 66b99dd

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.travis.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,18 @@ php:
1313
- 7.1
1414
- 7.2
1515

16+
matrix:
17+
allow_failures:
18+
- php: 7.2
19+
env: COMPOSER_ARGS="--prefer-lowest"
20+
1621
env:
1722
matrix:
1823
- COMPOSER_ARGS=""
1924
- COMPOSER_ARGS="--prefer-lowest"
2025

2126
install:
22-
- composer update ${COMPOSER_ARGS} --dev --no-interaction
27+
- composer update ${COMPOSER_ARGS} --no-interaction
2328

2429
script:
2530
- vendor/bin/phpunit --verbose

0 commit comments

Comments
 (0)