Skip to content

Commit 0a0e247

Browse files
committed
Do not check for deprecations in current stable release
1 parent 039a78e commit 0a0e247

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ matrix:
2525
env: COMPOSER_FLAGS="--prefer-lowest" SYMFONY_PHPUNIT_VERSION=5.7
2626

2727
- php: 7.1
28-
env: LTS_VERSION=2 SYMFONY_DEPRECATIONS_HELPER=23
28+
env: LTS_VERSION=2
2929
- php: 7.1
3030
env: LTS_VERSION=3
3131

3232
- php: 7.1
33-
env: LTS_VERSION=4.*@dev SYMFONY_DEPRECATIONS_HELPER=1
33+
env: LTS_VERSION=4.*@dev
3434

3535
allow_failures:
3636
- php: nightly

0 commit comments

Comments
 (0)