This website works better with JavaScript.
首頁
探索
說明
註冊
登入
SisMaker
/
rebar3
關註
1
收藏
0
複製
0
程式碼
問題管理
0
合併請求
0
Projects
0
版本發佈
62
Wiki
Activity
瀏覽代碼
Officially Deprecate R16B release
Required for the Logger interface to be supported since it relies on maps
pull/1779/head
Fred Hebert
7 年之前
父節點
254bb7be7c
當前提交
f4f538a89b
共有
1 個文件被更改
,包括
1 次插入
和
3 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-3
.travis.yml
+ 1
- 3
.travis.yml
查看文件
@ -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…
取消
儲存