本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
探索
說明
註冊
登入
SisMaker
/
ibrowse
關注
1
收藏
0
複製
0
程式碼
問題
0
合併請求
0
Projects
0
版本發佈
30
Wiki
活動
瀏覽代碼
fix travis tests
pull/137/head
benoitc
9 年之前
父節點
a2bd3485ec
當前提交
82f61864a0
共有
2 個檔案被更改
,包括
16 行新增
和
1 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+11
-1
.travis.yml
+5
-0
bootstrap_travis.sh
+ 11
- 1
.travis.yml
查看文件
@ -1,4 +1,14 @@
language
:
erlang
otp_release:
-
R16B
script
:
"make test"
-
R16B03-1
-
17.0
-
17.1
-
18.0
-
18.1
before_script:
-
curl -X PUT localhost:5984/couchbeam_testdb
-
curl -X PUT localhost:5984/couchbeam_testdb2
-
curl -X PUT localhost:5984/couchbeam_testdb3
-
"./bootstrap_travis.sh"
script
:
"./rebar3 eunit"
+ 5
- 0
bootstrap_travis.sh
查看文件
@ -0,0 +1,5 @@
#!/bin/sh
curl -O -L https://s3.amazonaws.com/rebar3/rebar3
chmod +x rebar3
./rebar3 update
Write
Preview
Loading…
取消
儲存