This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
ibrowse
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
30
Wiki
Activity
Browse Source
add recent erlang versions to CI
pull/177/head
Lukasz Samson
2 years ago
parent
22d6fd6baa
commit
60550a6715
1 changed files
with
8 additions
and
6 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+8
-6
.travis.yml
+ 8
- 6
.travis.yml
View File
@ -2,13 +2,15 @@ language: erlang
otp_release:
otp_release:
-
R16B
-
R16B
-
R16B03-1
-
R16B03-1
-
17.0
-
17.1
-
18.0
-
18.1
-
18.2
.1
-
17.5
-
18.3
-
19.3
-
19.3
-
20.0
-
20.3
-
21.3
-
22.3
-
23.3
-
24.3
-
25.0
before_script:
before_script:
-
"./bootstrap_travis.sh"
-
"./bootstrap_travis.sh"
script
:
"./rebar3 eunit"
script
:
"./rebar3 eunit"
Write
Preview
Loading…
Cancel
Save