Skip to content

Commit 52511a8

Browse files
committed
updated travis
1 parent 7ee9c89 commit 52511a8

File tree

1 file changed

+14
-10
lines changed

1 file changed

+14
-10
lines changed

.travis.yml

Lines changed: 14 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -13,26 +13,30 @@ git:
1313
submodules: false
1414
before_install:
1515
# Use sed to replace the SSH URL with the public URL, then initialize submodules
16-
- sed -i -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
17-
- git submodule update --init --recursive
18-
- chmod a+x ./Travis/installUnity.sh
16+
# - sed -i -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
17+
# - git submodule update --init --recursive
18+
# - chmod a+x ./Travis/installUnity.sh
1919
- npm install -g [email protected]
2020
install:
2121
- pip install bumpversion
22-
- ./Travis/installUnity.sh
22+
- npm install @semantic-release/exec
23+
- npm install @semantic-release/changelog
24+
- npm install @semantic-release/git
25+
- npm install @semantic-release/github
26+
# - ./Travis/installUnity.sh
2327
- npm install @semantic-release/exec
2428
before_script:
2529
- chmod a+x ./Travis/createProject.sh
2630
- chmod a+x ./Travis/installSDK.sh
2731
- chmod a+x ./Travis/runTests.sh
2832
- chmod a+x ./Travis/build.sh
2933
script:
30-
- ./Travis/createProject.sh
31-
- ./Travis/installSDK.sh
32-
- cd Core
33-
- git clean -f -d
34-
- cd ../
35-
- git reset --hard
34+
# - ./Travis/createProject.sh
35+
# - ./Travis/installSDK.sh
36+
# - cd Core
37+
# - git clean -f -d
38+
# - cd ../
39+
# - git reset --hard
3640
# - ./Travis/runTests.sh
3741
# - ./Travis/build.sh
3842
deploy:

0 commit comments

Comments
 (0)