Skip to content

Commit 0eec401

Browse files
committed
deprecations are not errors
1 parent 56b584c commit 0eec401

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ env:
1212
- TEST_COMMAND="composer test"
1313
- SYMFONY_PHPUNIT_VERSION="6.5"
1414
- SYMFONY_PHPUNIT_DIR="$HOME/symfony-bridge/.phpunit"
15+
- SYMFONY_DEPRECATIONS_HELPER="weak"
1516

1617
branches:
1718
except:
@@ -22,7 +23,7 @@ matrix:
2223
include:
2324
# Minimum supported Symfony version and latest PHP version
2425
- php: 7.3
25-
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest" SYMFONY_DEPRECATIONS_HELPER="weak"
26+
env: COMPOSER_FLAGS="--prefer-stable --prefer-lowest"
2627

2728
# Test the latest stable release
2829
- php: 7.1

0 commit comments

Comments
 (0)