File tree Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Expand file tree Collapse file tree 4 files changed +13
-1
lines changed Original file line number Diff line number Diff line change
1
+ {
2
+ "branch": "master",
3
+ "verifyConditions": [],
4
+ "prepare": [],
5
+ "publish": ["@semantic-release/github"]
6
+ }
Original file line number Diff line number Diff line change 7
7
- ./Unity
8
8
before_install :
9
9
- chmod a+x ./Travis/installUnity.sh
10
+ -
npm install -g [email protected]
10
11
install :
11
12
- ./Travis/installUnity.sh
12
13
before_script :
@@ -19,3 +20,7 @@ script:
19
20
- ./Travis/installSDK.sh
20
21
# - ./Travis/runTests.sh
21
22
# - ./Travis/build.sh
23
+ deploy :
24
+ - provider : script
25
+ skip_cleanup : true
26
+ script : npx travis-deploy-once "npx semantic-release"
Original file line number Diff line number Diff line change 1
1
# IBM Watson SDK for Unity
2
2
[ ![ Build Status] ( https://travis-ci.org/watson-developer-cloud/unity-sdk.svg?branch=develop )] ( https://travis-ci.org/watson-developer-cloud/unity-sdk )
3
3
[ ![ wdc-community.slack.com] ( https://wdc-slack-inviter.mybluemix.net/badge.svg )] ( http://wdc-slack-inviter.mybluemix.net/ )
4
+ [ ![ semantic-release] ( https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg )] ( https://github.com/semantic-release/semantic-release )
4
5
5
6
Use this SDK to build Watson-powered applications in Unity.
6
7
Original file line number Diff line number Diff line change 2
2
project=" unity-sdk-travis"
3
3
4
4
echo " Attempting to install credentials"
5
- git clone https://$GITHUB_TOKEN @github.ibm.com/germanatt/sdk-credentials.git Travis/sdk-credentials/
5
+ git clone https://$CREDENTIALS_GITHUB_TOKEN @github.ibm.com/germanatt/sdk-credentials.git Travis/sdk-credentials/
6
6
7
7
if [ $? = 0 ] ; then
8
8
echo " Credentials install SUCCEEDED! Exited with $? "
You can’t perform that action at this time.
0 commit comments