Skip to content
This repository has been archived by the owner on Jul 22, 2022. It is now read-only.

Commit

Permalink
do not allow symfony 2.8 to fail anymore. part of #350
Browse files Browse the repository at this point in the history
  • Loading branch information
dbu committed Dec 14, 2015
1 parent 74ab4ec commit c08fec5
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Expand Up @@ -31,13 +31,12 @@ matrix:
- php: 5.6
env: SYMFONY_VERSION=2.7.*
- php: 5.6
env: SYMFONY_VERSION=2.8.*@dev
env: SYMFONY_VERSION=2.8.*
- php: 5.6
env: SYMFONY_VERSION="3.0.x-dev as 2.8"
allow_failures:
- php: 7.0
- php: hhvm
- env: SYMFONY_VERSION=2.8.*@dev
- env: SYMFONY_VERSION="3.0.x-dev as 2.8"

before_script:
Expand Down

0 comments on commit c08fec5

Please sign in to comment.