Ce site fonctionne mieux avec JavaScript.
Accueil
Explorateur
Aide
S'inscrire
Connexion
SisMaker
/
ibrowse
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Demandes d'ajout
0
Projects
0
Versions
30
Wiki
Activité
Parcourir la source
fix travis tests
pull/137/head
benoitc
il y a 9 ans
Parent
a2bd3485ec
révision
82f61864a0
2 fichiers modifiés
avec
16 ajouts
et
1 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+11
-1
.travis.yml
+5
-0
bootstrap_travis.sh
+ 11
- 1
.travis.yml
Voir le fichier
@ -1,4 +1,14 @@
language
:
erlang
otp_release:
-
R16B
script
:
"make test"
-
R16B03-1
-
17.0
-
17.1
-
18.0
-
18.1
before_script:
-
curl -X PUT localhost:5984/couchbeam_testdb
-
curl -X PUT localhost:5984/couchbeam_testdb2
-
curl -X PUT localhost:5984/couchbeam_testdb3
-
"./bootstrap_travis.sh"
script
:
"./rebar3 eunit"
+ 5
- 0
bootstrap_travis.sh
Voir le fichier
@ -0,0 +1,5 @@
#!/bin/sh
curl -O -L https://s3.amazonaws.com/rebar3/rebar3
chmod +x rebar3
./rebar3 update
Écrire
Aperçu
Chargement…
Annuler
Enregistrer