]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Updated composer.lock
[github/wallabag/wallabag.git] / .travis.yml
index df3a5c7255654f69eba1a1ead9d669fee3c5c575..4542fdcb6edd3cd00d112500dbe5644b738081e3 100644 (file)
@@ -16,7 +16,6 @@ cache:
         - $HOME/.composer/cache
 
 php:
-    - 5.4
     - 5.5
     - 5.6
     - 7.0
@@ -51,7 +50,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:
     # - |