]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - .travis.yml
Update InstallCommand test
[github/wallabag/wallabag.git] / .travis.yml
index 6e9388263b6d3e3f0db688cadeb4aad22b07596a..3c97a9da46d15cff826e68c4b8353608ed931d42 100644 (file)
@@ -31,11 +31,11 @@ install:
 
 # build coverage only on one build, to speed up results feedbacks
 before_script:
-    - if [[ "$TRAVIS_PHP_VERSION" = "5.6" ]]; then PHPUNIT_FLAGS="--coverage-clover=coverage.clover"; fi;
+    - if [[ "$TRAVIS_PHP_VERSION" = "5.6" ]]; then PHPUNIT_FLAGS="--coverage-clover=coverage.clover"; else PHPUNIT_FLAGS=""; fi;
 
 script:
     - ant prepare
-    - phpunit $PHPUNIT_FLAGS
+    - phpunit --exclude-group command-doctrine $PHPUNIT_FLAGS
 
 after_script:
     - |