Skip to content
Extraits de code Groupes Projets
Valider d8171fd9 rédigé par Thomas Steur's avatar Thomas Steur
Parcourir les fichiers

refs #6413 do we actually need the config param? don't think so

parent 4cc1ea91
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -60,7 +60,7 @@ then ...@@ -60,7 +60,7 @@ then
fi fi
elif [ "$TEST_SUITE" = "AllTests" ] elif [ "$TEST_SUITE" = "AllTests" ]
then then
travis_wait ./../../console tests:run --options="--colors --configuration phpunit.xml" travis_wait ./../../console tests:run --options="--colors"
else else
if [ -n "$PLUGIN_NAME" ] if [ -n "$PLUGIN_NAME" ]
then then
...@@ -83,4 +83,4 @@ else ...@@ -83,4 +83,4 @@ else
echo "Executing tests in test suite IntegrationTests..." echo "Executing tests in test suite IntegrationTests..."
phpunit --configuration phpunit.xml --testsuite IntegrationTests --colors --coverage-clover $TRAVIS_BUILD_DIR/build/logs/clover-integration.xml || true phpunit --configuration phpunit.xml --testsuite IntegrationTests --colors --coverage-clover $TRAVIS_BUILD_DIR/build/logs/clover-integration.xml || true
fi; fi;
fi fi
\ No newline at end of file
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter