]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
CS
[github/wallabag/wallabag.git] / .travis.yml
index d535582081fbae7f341cb35d33c9882bd70e6af2..df3a5c7255654f69eba1a1ead9d669fee3c5c575 100644 (file)
@@ -51,7 +51,7 @@ before_script:
 
 script:
     - ant prepare-$DB
-    - bin/phpunit --exclude-group command-doctrine -v
+    - SYMFONY_DEPRECATIONS_HELPER=weak bin/phpunit --exclude-group command-doctrine -v
 
 # after_script:
     # - |