Skip to content

Commit 02619be

Browse files
author
idealpersona
committed
Add minagoroshi to travis
1 parent b3c7298 commit 02619be

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

+5
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,11 @@ deploy:
3434
script: echo ${SSH_KEY} | base64 --decode > key && chmod 600 key && scp -o StrictHostKeyChecking=no -i key bin/Release/Assembly-CSharp.dll ${UPLOAD_SERVER}/tsumihoroboshi/ 2>/dev/null
3535
on:
3636
branch: tsumi-mod
37+
- skip_cleanup: true
38+
provider: script
39+
script: echo ${SSH_KEY} | base64 --decode > key && chmod 600 key && scp -o StrictHostKeyChecking=no -i key bin/Release/Assembly-CSharp.dll ${UPLOAD_SERVER}/minagoroshi/ 2>/dev/null
40+
on:
41+
branch: mina-mod-test
3742
- skip_cleanup: true
3843
provider: script
3944
script: echo ${SSH_KEY} | base64 --decode > key && chmod 600 key && scp -o StrictHostKeyChecking=no -i key bin/Release/Assembly-CSharp.dll ${UPLOAD_SERVER}/consolearcs/ 2>/dev/null

0 commit comments

Comments
 (0)