Skip to content
Extraits de code Groupes Projets
Valider ebaa57d7 rédigé par diosmosis's avatar diosmosis
Parcourir les fichiers

Make sure branch checkout is done after plugin to test is moved to appropriate folder.

parent ff0fa815
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Subproject commit c631cc04bbaa9ea590d3900a7f38b8fc78a3f477 Subproject commit e5af4595e438fb6846b358191cd560a4d18412d0
...@@ -90,9 +90,6 @@ install: ...@@ -90,9 +90,6 @@ install:
- git clone -q https://github.com/piwik/piwik.git piwik - git clone -q https://github.com/piwik/piwik.git piwik
- cd piwik - cd piwik
- git fetch -q --all - git fetch -q --all
- ./tests/travis/checkout_test_against_branch.sh
- git submodule init -q
- git submodule update -q || true
{% else %} {% else %}
- git fetch -q - git fetch -q
{% endif %} {% endif %}
...@@ -101,6 +98,10 @@ install: ...@@ -101,6 +98,10 @@ install:
- rm -rf plugins/$PLUGIN_NAME - rm -rf plugins/$PLUGIN_NAME
- mv ../$PLUGIN_NAME plugins - mv ../$PLUGIN_NAME plugins
- ./tests/travis/checkout_test_against_branch.sh
- git submodule init -q
- git submodule update -q || true
# copy .coveralls.yml if none exists # copy .coveralls.yml if none exists
- if [ ! -f ../coveralls.yml ]; - if [ ! -f ../coveralls.yml ];
then cp .coveralls.yml ../coveralls.yml; then cp .coveralls.yml ../coveralls.yml;
......
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