Skip to content

Commit 34f073d

Browse files
committed
allow build failures for php nightly versions
1 parent 8fe9977 commit 34f073d

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
@@ -22,6 +22,11 @@ env:
2222
- SYMFONY_VERSION=3.3.*
2323
- SYMFONY_VERSION=3.4.*
2424

25+
matrix:
26+
fast_finish: true
27+
allow_failures:
28+
- php: nightly
29+
2530
install:
2631
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/dependency-injection:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION} symfony/http-kernel:${SYMFONY_VERSION}; fi;
2732

0 commit comments

Comments
 (0)