Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
ibrowse
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
30
Wiki
Actividad
Explorar el Código
Removed lines which were failing travis builds
pull/144/head
Chandrashekhar Mullaparthi
hace 9 años
padre
ad31b0375b
commit
79e26aed6b
Se han
modificado 2 ficheros
con
1 adiciones
y
4 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+0
-3
.travis.yml
+1
-1
src/ibrowse.app.src
+ 0
- 3
.travis.yml
Ver fichero
@ -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
Ver fichero
@ -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, []},
Escribir
Vista previa
Cargando…
Cancelar
Guardar