Skip to content

Commit

Permalink
Moar travis changes
Browse files Browse the repository at this point in the history
- remove 3.2
- merge cs-fix with 3.4 build
- merge 2.8 && deps=low build
- sf 3.4 & 4.0 are not allowed to fail
- php 7.2 with sf 4.0
- php 7.3 kept in allowed failures
  • Loading branch information
ogizanagi committed Nov 8, 2017
1 parent e438be5 commit 46e775c
Showing 1 changed file with 4 additions and 11 deletions.
15 changes: 4 additions & 11 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,27 +19,20 @@ matrix:
env: ENABLE_CODE_COVERAGE="yes"
# oldest supported versions
- php: 7.0
env: COMPOSER_FLAGS="--prefer-lowest"
env: SYMFONY_VERSION="2.8.*" COMPOSER_FLAGS="--prefer-lowest"
# common versions:
- php: 7.1
env: SYMFONY_VERSION="2.8.*"
- php: 7.1
env: SYMFONY_VERSION="3.2.*"
- php: 7.1
env: SYMFONY_VERSION="3.3.*"
# most recent versions
- php: 7.1
env: CHECK_PHP_SYNTAX="yes"
# bleeding edge (unreleased dev versions where failures are allowed)
- php: 7.1
env: SYMFONY_VERSION="3.4.*"
- php: 7.1
env: SYMFONY_VERSION="3.4.*" CHECK_PHP_SYNTAX="yes"
- php: 7.2
env: SYMFONY_VERSION="4.0.*"
# bleeding edge (unreleased dev versions where failures are allowed)
- php: nightly
env: SYMFONY_VERSION="4.0.*"
allow_failures:
- php: nightly
- env: SYMFONY_VERSION="3.4.*"

cache:
directories:
Expand Down

0 comments on commit 46e775c

Please sign in to comment.