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

Commit

Permalink
Merge 686fc31 into f56d1a0
Browse files Browse the repository at this point in the history
  • Loading branch information
SonataCI committed Dec 1, 2017
2 parents f56d1a0 + 686fc31 commit 9aee940
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,11 @@ matrix:
- php: '7.1'
env: SYMFONY=3.3.*
- php: '7.1'
env: SYMFONY='dev-master as 3.3.x-dev'
env: SYMFONY=3.4.*
- php: '7.1'
env: SYMFONY=4.0.*
- php: '7.1'
env: SYMFONY='dev-master as 4.0.x-dev'
- php: '7.1'
env: SONATA_CORE=3.*
- php: '7.1'
Expand All @@ -57,7 +61,7 @@ matrix:
allow_failures:
- php: nightly
- env: SYMFONY_DEPRECATIONS_HELPER=0
- env: SYMFONY='dev-master as 3.3.x-dev'
- env: SYMFONY='dev-master as 4.0.x-dev'
- env: SONATA_CORE='dev-master as 3.x-dev'

before_install:
Expand Down

0 comments on commit 9aee940

Please sign in to comment.