Skip to content

Commit

Permalink
Make tests pass on Symfony 2.8 deprecation notices
Browse files Browse the repository at this point in the history
  • Loading branch information
ddeboer authored and dbu committed Dec 9, 2015
1 parent a89ae50 commit 0a17d0b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ before_script:
- sudo pip install -r Resources/doc/requirements.txt

script:
- phpunit ${PHPUNIT_FLAGS}
- SYMFONY_DEPRECATIONS_HELPER=weak phpunit ${PHPUNIT_FLAGS}
- make -C Resources/doc SPHINXOPTS='-nW' html
- make -C Resources/doc spelling

Expand Down

0 comments on commit 0a17d0b

Please sign in to comment.