Skip to content

Commit 01a00cb

Browse files
authored
Merge branch 'develop' into 5994-bumpversion
2 parents f4dc187 + 81acc47 commit 01a00cb

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
@@ -15,6 +15,7 @@ before_install:
1515
install:
1616
- pip install bumpversion
1717
- ./Travis/installUnity.sh
18+
- npm install @semantic-release/exec
1819
before_script:
1920
- chmod a+x ./Travis/createProject.sh
2021
- chmod a+x ./Travis/installSDK.sh
@@ -28,4 +29,4 @@ script:
2829
deploy:
2930
- provider: script
3031
skip_cleanup: true
31-
script: npx travis-deploy-once "npx semantic-release"
32+
script: npx semantic-release

0 commit comments

Comments
 (0)