Skip to content

Commit

Permalink
Merge pull request #200 from liip/cleanup-travis
Browse files Browse the repository at this point in the history
remove redundant builds, use twig 2.4 for lower bound test
  • Loading branch information
lsmith77 committed Jun 19, 2019
2 parents b70d57b + 378a180 commit 3623948
Showing 1 changed file with 11 additions and 25 deletions.
36 changes: 11 additions & 25 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,39 +12,28 @@ cache:
directories:
- $HOME/.composer/cache/files

env:
- SYMFONY_VERSION=3.0.*

matrix:
fast_finish: true
include:
- php: 7.2
env: SYMFONY_VERSION=3.3.*
- php: 7.2
env: SYMFONY_VERSION=3.4.*
- php: 7.2
env: SYMFONY_VERSION=4.0.*;ASSETIC=skip
- php: 7.2
env: SYMFONY_VERSION=4.1.*;ASSETIC=skip
- php: 7.2
env: SYMFONY_VERSION=@dev;ASSETIC=skip
- php: 7.3
env: SYMFONY_VERSION=3.3.*
- php: 7.3
env: SYMFONY_VERSION=3.4.*
- php: 7.3
env: SYMFONY_VERSION=4.0.*;ASSETIC=skip
env: SYMFONY_VERSION=4.2.*;ASSETIC=skip
- php: 7.3
env: SYMFONY_VERSION=4.1.*;ASSETIC=skip
env: SYMFONY_VERSION=4.3.*;ASSETIC=skip
- php: 7.0
env: SYMFONY_VERSION=3.0;COMPOSER_FLAGS="--prefer-dist --prefer-lowest";TWIG_VERSION=^2.4
- php: 7.0
env: SYMFONY_VERSION=3.0;COMPOSER_FLAGS="--prefer-dist --prefer-lowest";TWIG_VERSION=^1.34
- php: 7.3
env: SYMFONY_VERSION=@dev;ASSETIC=skip
- php: 7.0
env: TWIG_VERSION=2.7.*
- php: 7.1
- php: 7.3
env: DEPENDENCIES=beta
allow_failures:
- php: 7.2
- php: 7.3
env: SYMFONY_VERSION=@dev;ASSETIC=skip
- php: 7.3
env: DEPENDENCIES=beta

before_install:
- composer self-update
Expand All @@ -55,7 +44,4 @@ before_install:

install: composer update --prefer-source $COMPOSER_FLAGS

script: ./vendor/bin/phpunit --coverage-text

notifications:
slack: liip:3QOs1QKt3aCFxpJvRzpJCbVZ
script: ./vendor/bin/phpunit --coverage-text

0 comments on commit 3623948

Please sign in to comment.