diff options
author | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-11-07 00:27:41 +0100 |
---|---|---|
committer | Jeremy Benoist <jeremy.benoist@gmail.com> | 2015-11-07 00:27:41 +0100 |
commit | 164d260c498a74b6b97a17dd63f9dd6088702ebc (patch) | |
tree | 84724eea1cef0c6d44afbb850d939367921a230c /.travis.yml | |
parent | b2a903feefe6148e1147c599307722164f7497ac (diff) | |
download | wallabag-164d260c498a74b6b97a17dd63f9dd6088702ebc.tar.gz wallabag-164d260c498a74b6b97a17dd63f9dd6088702ebc.tar.zst wallabag-164d260c498a74b6b97a17dd63f9dd6088702ebc.zip |
CS
Also force SYMFONY_DEPRECATIONS_HELPER for travis
Diffstat (limited to '.travis.yml')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index d5355820..df3a5c72 100644 --- a/.travis.yml +++ b/.travis.yml | |||
@@ -51,7 +51,7 @@ before_script: | |||
51 | 51 | ||
52 | script: | 52 | script: |
53 | - ant prepare-$DB | 53 | - ant prepare-$DB |
54 | - bin/phpunit --exclude-group command-doctrine -v | 54 | - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit --exclude-group command-doctrine -v |
55 | 55 | ||
56 | # after_script: | 56 | # after_script: |
57 | # - | | 57 | # - | |