Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
rebar3
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
62
Wiki
Attività
Sfoglia il codice sorgente
Add travis target to make it easier to reproduce failures locally
pull/3/head
Dave Smith
12 anni fa
parent
a9cb38e6d1
commit
720d71e47d
2 ha cambiato i file
con
3 aggiunte
e
1 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
.travis.yml
+2
-0
Makefile
+ 1
- 1
.travis.yml
Vedi File
@ -4,4 +4,4 @@ otp_release:
-
R15B
-
R14B04
-
R14B03
script
:
"make
debug xref clean all deps test
"
script
:
"make
travis
"
+ 2
- 0
Makefile
Vedi File
@ -39,3 +39,5 @@ deps:
test
:
@
$(
REBAR
)
eunit
@
$(
RETEST
)
inttest
travis
:
clean
debug
xref
clean
all
deps
test
Scrivi
Anteprima
Caricamento…
Annulla
Salva