Skip to content

Commit

Permalink
Update the Symfony versions (nelmio#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
theofidry authored Dec 16, 2016
1 parent 1258e49 commit b10dc27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ matrix:
- php: '7.0'
env: COVERAGE='true'
- php: '7.0'
env: SYMFONY_VERSION='^3.1'
env: SYMFONY_VERSION='^3.2'
- php: '7.0'
env: SYMFONY_VERSION='^3.2@dev'
env: SYMFONY_VERSION='^3.3@dev'
allow_failures:
- php: nightly
- env: SYMFONY_VERSION='^3.2@dev'
- env: SYMFONY_VERSION='^3.3@dev'

before_install:
- set -eo pipefail
Expand Down

0 comments on commit b10dc27

Please sign in to comment.