Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Cadastrar
Acessar
SisMaker
/
ibrowse
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Pull requests
0
Projects
0
Versões
30
Wiki
Atividade
Ver código fonte
fix travis tests
pull/137/head
benoitc
9 anos atrás
pai
a2bd3485ec
commit
82f61864a0
2 arquivos alterados
com
16 adições
e
1 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+11
-1
.travis.yml
+5
-0
bootstrap_travis.sh
+ 11
- 1
.travis.yml
Ver arquivo
@ -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
Ver arquivo
@ -0,0 +1,5 @@
#!/bin/sh
curl -O -L https://s3.amazonaws.com/rebar3/rebar3
chmod +x rebar3
./rebar3 update
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar