Skip to content
GitLab
Explorer
Connexion
S'inscrire
Navigation principale
Rechercher ou aller à…
Projet
S
stats-facil
Gestion
Activité
Membres
Labels
Programmation
Tickets
Tableaux des tickets
Jalons
Wiki
Code
Requêtes de fusion
Dépôt
Branches
Validations
Étiquettes
Graphe du dépôt
Comparer les révisions
Extraits de code
Compilation
Pipelines
Jobs
Planifications de pipeline
Artéfacts
Déploiement
Releases
Registre de paquets
Registre de conteneur
Registre de modèles
Opération
Environnements
Modules Terraform
Surveillance
Incidents
Analyse
Données d'analyse des chaînes de valeur
Analyse des contributeurs
Données d'analyse CI/CD
Données d'analyse du dépôt
Expériences du modèle
Aide
Aide
Support
Documentation de GitLab
Comparer les forfaits GitLab
Forum de la communauté
Contribuer à GitLab
Donner votre avis
Raccourcis clavier
?
Extraits de code
Groupes
Projets
Afficher davantage de fils d'Ariane
facil
stats-facil
Validations
2c658b2a
Valider
2c658b2a
rédigé
7 years ago
par
Stefan Giehl
Parcourir les fichiers
Options
Téléchargements
Correctifs
Plain Diff
update travis file
parent
456031f4
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
Modifications
2
Masquer les modifications d'espaces
En ligne
Côte à côte
Affichage de
2 fichiers modifiés
.travis.yml
+1
-6
1 ajout, 6 suppressions
.travis.yml
tests/travis
+1
-1
1 ajout, 1 suppression
tests/travis
avec
2 ajouts
et
7 suppressions
.travis.yml
+
1
−
6
Voir le fichier @
2c658b2a
...
@@ -84,8 +84,6 @@ sudo: required
...
@@ -84,8 +84,6 @@ sudo: required
script
:
$PIWIK_ROOT_DIR/tests/travis/travis.sh
script
:
$PIWIK_ROOT_DIR/tests/travis/travis.sh
before_install
:
before_install
:
# do not use the Zend allocator on PHP 5.3 since it will randomly segfault after program execution
-
'
[[
"$TRAVIS_PHP_VERSION"
==
5.3*
]]
&&
export
USE_ZEND_ALLOC=0
||
true'
-
./tests/travis/install_git_lfs.sh
-
./tests/travis/install_git_lfs.sh
install
:
install
:
...
@@ -96,9 +94,6 @@ install:
...
@@ -96,9 +94,6 @@ install:
-
./tests/travis/configure_git.sh
-
./tests/travis/configure_git.sh
# disable tls for php 5.3 as openssl isn't available
-
'
[[
"$TRAVIS_PHP_VERSION"
==
5.3*
]]
&&
composer
config
-g
--
disable-tls
true
||
true'
# travis now complains about this failing 9 times out of 10, so removing it
# travis now complains about this failing 9 times out of 10, so removing it
#- travis_retry composer self-update
#- travis_retry composer self-update
-
'
[
"$SKIP_COMPOSER_INSTALL"
==
"1"
]
||
travis_retry
composer
install'
-
'
[
"$SKIP_COMPOSER_INSTALL"
==
"1"
]
||
travis_retry
composer
install'
...
@@ -145,7 +140,7 @@ before_script:
...
@@ -145,7 +140,7 @@ before_script:
-
./tests/travis/prepare.sh
-
./tests/travis/prepare.sh
-
./tests/travis/setup_webserver.sh
-
./tests/travis/setup_webserver.sh
-
if [[ "$TRAVIS_PHP_VERSION" != 5.3* ]]; then
./tests/travis/install_phantomjs.sh; export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH;
fi
-
./tests/travis/install_phantomjs.sh; export PATH=$PWD/travis_phantomjs/phantomjs-2.1.1-linux-x86_64/bin:$PATH;
-
cd tests/PHPUnit
-
cd tests/PHPUnit
...
...
Ce diff est replié.
Cliquez pour l'agrandir.
travis
@
2b964578
Comparer
e3ee1bc4
...
2b964578
Subproject commit
e3ee1bc4a16a93e807b1cfbcee42567cd5b8fcb
4
Subproject commit
2b964578ba1b74e28699ae75d9fee3402258b5d
4
Ce diff est replié.
Cliquez pour l'agrandir.
Aperçu
0%
Chargement en cours
Veuillez réessayer
ou
joindre un nouveau fichier
.
Annuler
You are about to add
0
people
to the discussion. Proceed with caution.
Terminez d'abord l'édition de ce message.
Enregistrer le commentaire
Annuler
Veuillez vous
inscrire
ou vous
se connecter
pour commenter