Skip to content

Commit

Permalink
Allow failure of non stable dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
gregurco committed Nov 16, 2017
1 parent 6e1aee9 commit 0607201
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,13 @@ matrix:
env: DEPENDENCIES='dev' SYMFONY_VERSION='4.0.*@dev' # requires PHP ^7.1.3
- php: 7
env: SYMFONY_VERSION=dev-master # requires PHP ^7.1.3
allow_failures:
- php: 7.1
env: DEPENDENCIES='dev' SYMFONY_VERSION='4.0.*@dev'
- php: 7.2
env: DEPENDENCIES='dev' SYMFONY_VERSION='4.0.*@dev'
- php: nightly
- env: SYMFONY_VERSION=dev-master

after_success:
- travis_retry php vendor/bin/coveralls
Expand Down

0 comments on commit 0607201

Please sign in to comment.