Il sito funziona meglio con JavaScript.
Home
Esplora
Aiuto
Registrati
Accedi
SisMaker
/
ibrowse
Segui
1
Vota
0
Forka
0
Codice
Problemi
0
Pull Requests
0
Projects
0
Rilasci
30
Wiki
Attività
Sfoglia il codice sorgente
Removed lines which were failing travis builds
pull/144/head
Chandrashekhar Mullaparthi
9 anni fa
parent
ad31b0375b
commit
79e26aed6b
2 ha cambiato i file
con
1 aggiunte
e
4 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+0
-3
.travis.yml
+1
-1
src/ibrowse.app.src
+ 0
- 3
.travis.yml
Vedi File
@ -7,8 +7,5 @@ otp_release:
-
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"
+ 1
- 1
src/ibrowse.app.src
Vedi File
@ -1,6 +1,6 @@
{application, ibrowse,
[{description, "Erlang HTTP client application"},
{vsn, "4.2"},
{vsn, "4.2
.1
"},
{registered, [ibrowse_sup, ibrowse]},
{applications, [kernel,stdlib]},
{env, []},
Scrivi
Anteprima
Caricamento…
Annulla
Salva