Skip to content
This repository was archived by the owner on Jan 8, 2024. It is now read-only.

Commit d50e1b8

Browse files
committed
Updated Travis build cfg
1 parent 640e588 commit d50e1b8

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -9,11 +9,15 @@ php:
99
- 7.2
1010
- nightly
1111

12+
env:
13+
global:
14+
- SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
15+
1216
matrix:
1317
fast_finish: true
1418
allow_failures:
1519
- php: nightly
16-
- env: COMPOSER_FLAGS="--prefer-lowest"
20+
- env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
1721
include:
1822
- php: 7.0
1923
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
@@ -30,10 +34,6 @@ cache:
3034
directories:
3135
- $HOME/.composer/cache
3236

33-
env:
34-
global:
35-
- SYMFONY_DEPRECATIONS_HELPER="weak_vendors"
36-
3737
before_install:
3838
- phpenv config-rm xdebug.ini || true
3939
- if [[ $TRAVIS_PHP_VERSION != hhvm ]]; then echo "extension = redis.so" >> ~/.phpenv/versions/$(phpenv version-name)/etc/php.ini; fi;

0 commit comments

Comments
 (0)