Skip to content

Commit 0a17d0b

Browse files
ddeboerdbu
authored andcommitted
Make tests pass on Symfony 2.8 deprecation notices
1 parent a89ae50 commit 0a17d0b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ before_script:
5050
- sudo pip install -r Resources/doc/requirements.txt
5151

5252
script:
53-
- phpunit ${PHPUNIT_FLAGS}
53+
- SYMFONY_DEPRECATIONS_HELPER=weak phpunit ${PHPUNIT_FLAGS}
5454
- make -C Resources/doc SPHINXOPTS='-nW' html
5555
- make -C Resources/doc spelling
5656

0 commit comments

Comments
 (0)