Skip to content

Commit

Permalink
Update .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rosstuck committed Dec 2, 2017
1 parent 7971ebd commit 13785c4
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Expand Up @@ -18,17 +18,15 @@ env:
- SYMFONY_VERSION="2.8.*"
- SYMFONY_VERSION="3.3.*"
- SYMFONY_VERSION="3.4.*"
- SYMFONY_VERSION="4.0.*"

matrix:
include:
- php: 7.0
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
- php: 7.0
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" DOCTRINE="false"
- php: 7.1
env: SYMFONY_VERSION="4.0.*"
allow_failures:
- env: SYMFONY_VERSION="4.0.*"


before_install:
- composer self-update || true
Expand Down

0 comments on commit 13785c4

Please sign in to comment.