Este sitio web funciona mejor con JavaScript.
Inicio
Explorar
Ayuda
Registro
Iniciar sesión
SisMaker
/
rebar3
Seguir
1
Destacar
0
Fork
0
Código
Incidencias
0
Pull Requests
0
Projects
0
Lanzamientos
62
Wiki
Actividad
Explorar el Código
Add OTP-22 to CI, deprecate OTP-17
pull/2078/head
Fred Hebert
hace 6 años
padre
725c900219
commit
7be6db3f61
Se han
modificado 2 ficheros
con
3 adiciones
y
3 borrados
Dividir vista
Opciones de diferencias
Mostrar estadísticas
Descargar archivo de parche
Descargar archivo de diferencias
+1
-1
.cirrus.yml
+2
-2
.travis.yml
+ 1
- 1
.cirrus.yml
Ver fichero
@ -1,11 +1,11 @@
test_task:
container:
matrix:
-
image
:
erlang:22
-
image
:
erlang:21
-
image
:
erlang:20
-
image
:
erlang:19
-
image
:
erlang:18
-
image
:
erlang:17
test_script
:
|
./bootstrap
./rebar3 ct
+ 2
- 2
.travis.yml
Ver fichero
@ -1,8 +1,6 @@
language
:
erlang
matrix:
include:
-
os
:
linux
otp_release
:
17.5
-
os
:
linux
otp_release
:
18.3
-
os
:
linux
@ -11,6 +9,8 @@ matrix:
otp_release
:
20.0
-
os
:
linux
otp_release
:
21.0
-
os
:
linux
otp_release
:
22.0
-
os
:
osx
language
:
generic
before_script:
Escribir
Vista previa
Cargando…
Cancelar
Guardar