This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
SisMaker
/
rebar3
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
62
Wiki
Activity
Browse Source
Officially Deprecate R16B release
Required for the Logger interface to be supported since it relies on maps
pull/1779/head
Fred Hebert
7 years ago
parent
254bb7be7c
commit
f4f538a89b
1 changed files
with
1 additions
and
3 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
.travis.yml
+ 1
- 3
.travis.yml
View File
@ -1,8 +1,6 @@
language
:
erlang
matrix:
include:
-
os
:
linux
otp_release
:
R16B03-1
-
os
:
linux
otp_release
:
17.5
-
os
:
linux
@ -44,4 +42,4 @@ deploy:
on
:
repo
:
erlang/rebar3
branch
:
master
condition
:
$TRAVIS_OTP_RELEASE = "
R16B03-1
"
condition
:
$TRAVIS_OTP_RELEASE = "
17.5
"
Write
Preview
Loading…
Cancel
Save