Skip to content

Commit 9f6c812

Browse files
committed
Merge branch 'develop' into rc-2.7.0
2 parents 5267da7 + 6c71851 commit 9f6c812

File tree

4 files changed

+13
-1
lines changed

4 files changed

+13
-1
lines changed

.releaserc

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
{
2+
"branch": "master",
3+
"verifyConditions": [],
4+
"prepare": [],
5+
"publish": ["@semantic-release/github"]
6+
}

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ cache:
77
- ./Unity
88
before_install:
99
- chmod a+x ./Travis/installUnity.sh
10+
- npm install -g [email protected]
1011
install:
1112
- ./Travis/installUnity.sh
1213
before_script:
@@ -19,3 +20,7 @@ script:
1920
- ./Travis/installSDK.sh
2021
# - ./Travis/runTests.sh
2122
# - ./Travis/build.sh
23+
deploy:
24+
- provider: script
25+
skip_cleanup: true
26+
script: npx travis-deploy-once "npx semantic-release"

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# IBM Watson SDK for Unity
22
[![Build Status](https://travis-ci.org/watson-developer-cloud/unity-sdk.svg?branch=develop)](https://travis-ci.org/watson-developer-cloud/unity-sdk)
33
[![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)
45

56
Use this SDK to build Watson-powered applications in Unity.
67

Travis/installSDK.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
project="unity-sdk-travis"
33

44
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/
66

77
if [ $? = 0 ] ; then
88
echo "Credentials install SUCCEEDED! Exited with $?"

0 commit comments

Comments
 (0)