We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents d709062 + e872786 commit 81acc47Copy full SHA for 81acc47
1 file changed
.travis.yml
@@ -14,6 +14,7 @@ before_install:
14
- npm install -g npm@6.x
15
install:
16
- ./Travis/installUnity.sh
17
+- npm install @semantic-release/exec
18
before_script:
19
- chmod a+x ./Travis/createProject.sh
20
- chmod a+x ./Travis/installSDK.sh
@@ -27,4 +28,4 @@ script:
27
28
deploy:
29
- provider: script
30
skip_cleanup: true
- script: npx travis-deploy-once "npx semantic-release"
31
+ script: npx semantic-release
0 commit comments