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