このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
登録
サインイン
SisMaker
/
rebar3
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
プロジェクト
0
リリース
62
Wiki
アクティビティ
ソースを参照
Merge pull request
#551
from tsloughter/travis_update
update travis to test on 18 and 17.5
pull/605/head
Fred Hebert
9年前
親
0d21047389
5e6642680b
コミット
2937aed15d
1個のファイルの変更
、
6行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
Patchファイルをダウンロード
Diffファイルをダウンロード
+6
-1
.travis.yml
+ 6
- 1
.travis.yml
ファイルの表示
@ -1,6 +1,8 @@
sudo
:
false
language
:
erlang
otp_release:
-
17.0
-
18.0
-
17.5
-
R16B03-1
-
R15B03
before_script
:
"./bootstrap"
@ -8,6 +10,9 @@ script: "./rebar3 ct"
branches:
only:
-
master
cache:
directories:
-
$HOME/.cache/rebar3/hex/com/amazonaws/s3/s3.hex.pm/tarballs/packages/
before_deploy
:
"rm -rf !(rebar3)"
deploy:
on
:
書き込み
プレビュー
読み込み中…
キャンセル
保存