ソースを参照

move git credentials settings to config file

[ci skip]
pull/440/head
Dave Machado 6年前
コミット
b848d99d67
1個のファイルの変更2行の追加0行の削除
  1. +2
    -0
      .travis.yml

+ 2
- 0
.travis.yml ファイルの表示

@@ -9,6 +9,8 @@ install:
- pip install build-bot
- pip install -r requirements.txt
before_script:
- git config --global user.name $GH_USER
- git config --global user.email $GH_EMAIL
- cd build
script:
- ./main.sh


読み込み中…
キャンセル
保存