Skip to content

Commit f8236d6

Browse files
committed
Ignore deprecations coming from Symfony 3.4
1 parent f316cb3 commit f8236d6

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,9 @@ jobs:
3131
include:
3232
- stage: Test
3333
php: 7.1
34-
env: SYMFONY_VERSION=3.4.*
34+
env:
35+
- SYMFONY_VERSION: 3.4.*
36+
- SYMFONY_DEPRECATIONS_HELPER: max[direct]=0
3537
- php: 7.3
3638
env: SYMFONY_VERSION=4.4.*
3739
- php: 7.4

0 commit comments

Comments
 (0)