Skip to content

Commit

Permalink
allow build failures for php nightly versions
Browse files Browse the repository at this point in the history
  • Loading branch information
ramunasd committed Jul 24, 2018
1 parent 8fe9977 commit 34f073d
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,11 @@ env:
- SYMFONY_VERSION=3.3.*
- SYMFONY_VERSION=3.4.*

matrix:
fast_finish: true
allow_failures:
- php: nightly

install:
- if [ "$SYMFONY_VERSION" != "" ]; then composer require --no-update symfony/dependency-injection:${SYMFONY_VERSION} symfony/framework-bundle:${SYMFONY_VERSION} symfony/http-kernel:${SYMFONY_VERSION}; fi;

Expand Down

0 comments on commit 34f073d

Please sign in to comment.