Skip to content

Commit dff78f4

Browse files
authored
Update .travis.yml
1 parent bdeca5f commit dff78f4

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
@@ -14,7 +14,7 @@ php:
1414
- nightly
1515
- 7.2
1616
- 7.1
17-
- 7.0
17+
- 7.0 # Remaining deprecation notices
1818

1919
env:
2020
global:
@@ -49,6 +49,8 @@ install:
4949
- composer global require sensiolabs/security-checker
5050

5151
script:
52+
- export SYMFONY_DEPRECATIONS_HELPER=$(php -r "if (version_compare(PHP_VERSION, '7.1.0', '<')) {echo 'weak_vendors';}")
53+
- printenv SYMFONY_DEPRECATIONS_HELPER
5254
- composer exec --verbose -- simple-phpunit
5355

5456
after_script:

0 commit comments

Comments
 (0)