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

Merge branch 'master' of github.com:piwik/piwik

parents 6c0ac550 13a4ae04
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Le fichier a été supprimé par une entrée .gitattributes, ou son encodage n'est pas pris en charge.
#!/bin/bash #!/bin/bash
# initiate UI tests before starting system tests for php 5.5 # initiate UI tests before starting system tests for php 5.5
if [ "$TEST_SUITE" != "SystemTests" ] || [[ "$TRAVIS_PHP_VERSION" != 5\.5* ]]; then if [ "$TEST_SUITE" != "SystemTests" ] || [[ "$TRAVIS_PHP_VERSION" != 5\.4* ]]; then
echo "Not initiating UI tests (\$TEST_SUITE = $TEST_SUITE, \$TRAVIS_PHP_VERSION = $TRAVIS_PHP_VERSION)." echo "Not initiating UI tests (\$TEST_SUITE = $TEST_SUITE, \$TRAVIS_PHP_VERSION = $TRAVIS_PHP_VERSION)."
exit exit
fi fi
...@@ -29,4 +29,4 @@ git remote set-url origin "https://piwik-auto-commit-bot:$PIWIK_AUTOMATION@githu ...@@ -29,4 +29,4 @@ git remote set-url origin "https://piwik-auto-commit-bot:$PIWIK_AUTOMATION@githu
if ! git push origin $UI_BRANCH 2> /dev/null; then if ! git push origin $UI_BRANCH 2> /dev/null; then
echo "Failed to push!" echo "Failed to push!"
exit 1 exit 1
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