Skip to content

Commit

Permalink
Merge pull request #397 from msheakoski/travis-symfony-4
Browse files Browse the repository at this point in the history
Update Travis config to use Symfony 4 release
  • Loading branch information
makasim authored Mar 4, 2018
2 parents 18a48dd + d54dbb4 commit 899f5ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ matrix:
- php: 7.0
env: SYMFONY_VERSION=3.0.* UNIT_TESTS=true
- php: 7.1
env: SYMFONY_VERSION=v4.0.0-BETA4 UNIT_TESTS=true
env: SYMFONY_VERSION=4.0.* UNIT_TESTS=true
- php: 7.1
env: SYMFONY_VERSION=3.4.* UNIT_TESTS=true
- php: 7.2
Expand All @@ -37,7 +37,7 @@ matrix:
env: SYMFONY_VERSION=3.3.* FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
- php: 7.1
services: docker
env: SYMFONY_VERSION=v4.0.0-BETA4 FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
env: SYMFONY_VERSION=4.0.* FUNCTIONAL_TESTS=true PREPARE_CONTAINER=true
- php: 7.1
services: docker
env: SYMFONY_VERSION=3.3.* RDKAFKA_TESTS=true PREPARE_CONTAINER=true
Expand Down

0 comments on commit 899f5ff

Please sign in to comment.