Skip to content

Commit 6759996

Browse files
authored
Allow deprecation notices
1 parent 1b7c8b2 commit 6759996

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.travis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,8 +15,11 @@ matrix:
1515
- php: 7.1
1616
env: deps=low
1717
- php: 7.1
18-
- php: nightly
18+
emv: SYMFONY_DEPRECATIONS_HELPER=weak
1919
- php: 7.2
20+
emv: SYMFONY_DEPRECATIONS_HELPER=weak
21+
- php: nightly
22+
emv: SYMFONY_DEPRECATIONS_HELPER=weak
2023

2124
before_script:
2225
- chmod +x ./tests/install_php_ext.sh

0 commit comments

Comments
 (0)