Skip to content

Commit

Permalink
Add Symfony@dev as allowed to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
j0k3r committed Dec 15, 2016
1 parent 7ff4875 commit 5cd214b
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ env:
- SYMFONY_VERSION=2.7.*

matrix:
fast_finish: true
include:
- php: 5.6
env: SYMFONY_VERSION=2.3.*
Expand All @@ -29,10 +30,15 @@ matrix:
env: SYMFONY_VERSION=3.1.*
- php: 5.6
env: SYMFONY_VERSION=3.2.*
- php: 5.6
env: SYMFONY_VERSION=@dev
- php: 5.6
env: TWIG_VERSION=2.x
- php: 5.3
env: COMPOSER_FLAGS="--prefer-lowest"
allow_failures:
- php: 5.6
env: SYMFONY_VERSION=@dev

before_install:
- if [[ ${TRAVIS_PHP_VERSION} != "hhvm" ]]; then phpenv config-add travis.php.ini; fi;
Expand Down

0 comments on commit 5cd214b

Please sign in to comment.