Skip to content

Commit 81acc47

Browse files
committed
Merge branch 'master' into develop
2 parents d709062 + e872786 commit 81acc47

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ before_install:
1414
- npm install -g [email protected]
1515
install:
1616
- ./Travis/installUnity.sh
17+
- npm install @semantic-release/exec
1718
before_script:
1819
- chmod a+x ./Travis/createProject.sh
1920
- chmod a+x ./Travis/installSDK.sh
@@ -27,4 +28,4 @@ script:
2728
deploy:
2829
- provider: script
2930
skip_cleanup: true
30-
script: npx travis-deploy-once "npx semantic-release"
31+
script: npx semantic-release

0 commit comments

Comments
 (0)