We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 52511a8 commit b108130Copy full SHA for b108130
.travis.yml
@@ -24,12 +24,11 @@ install:
24
- npm install @semantic-release/git
25
- npm install @semantic-release/github
26
# - ./Travis/installUnity.sh
27
-- npm install @semantic-release/exec
28
before_script:
29
-- chmod a+x ./Travis/createProject.sh
30
-- chmod a+x ./Travis/installSDK.sh
31
-- chmod a+x ./Travis/runTests.sh
32
-- chmod a+x ./Travis/build.sh
+# - chmod a+x ./Travis/createProject.sh
+# - chmod a+x ./Travis/installSDK.sh
+# - chmod a+x ./Travis/runTests.sh
+# - chmod a+x ./Travis/build.sh
33
script:
34
# - ./Travis/createProject.sh
35
# - ./Travis/installSDK.sh
0 commit comments