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 OTP-22 to CI, deprecate OTP-17
pull/2078/head
Fred Hebert
6 anni fa
parent
725c900219
commit
7be6db3f61
2 ha cambiato i file
con
3 aggiunte
e
3 eliminazioni
Visualizzazione separata
Opzioni Diff
Mostra statistiche
Scarica il file Patch
Scarica il file Diff
+1
-1
.cirrus.yml
+2
-2
.travis.yml
+ 1
- 1
.cirrus.yml
Vedi File
@ -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
Vedi File
@ -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:
Scrivi
Anteprima
Caricamento…
Annulla
Salva