Skip to content

Commit 0b4a00b

Browse files
committed
updated travis
1 parent b108130 commit 0b4a00b

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.travis.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,23 +15,23 @@ before_install:
1515
# Use sed to replace the SSH URL with the public URL, then initialize submodules
1616
# - sed -i -e 's/[email protected]:/https:\/\/github.com\//' .gitmodules
1717
# - git submodule update --init --recursive
18-
# - chmod a+x ./Travis/installUnity.sh
18+
- chmod a+x ./Travis/installUnity.sh
1919
- npm install -g [email protected]
2020
install:
2121
- pip install bumpversion
2222
- npm install @semantic-release/exec
2323
- npm install @semantic-release/changelog
2424
- npm install @semantic-release/git
2525
- npm install @semantic-release/github
26-
# - ./Travis/installUnity.sh
26+
- ./Travis/installUnity.sh
2727
before_script:
28-
# - chmod a+x ./Travis/createProject.sh
29-
# - chmod a+x ./Travis/installSDK.sh
28+
- chmod a+x ./Travis/createProject.sh
29+
- chmod a+x ./Travis/installSDK.sh
3030
# - chmod a+x ./Travis/runTests.sh
3131
# - chmod a+x ./Travis/build.sh
3232
script:
33-
# - ./Travis/createProject.sh
34-
# - ./Travis/installSDK.sh
33+
- ./Travis/createProject.sh
34+
- ./Travis/installSDK.sh
3535
# - cd Core
3636
# - git clean -f -d
3737
# - cd ../

0 commit comments

Comments
 (0)