File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -15,23 +15,23 @@ before_install:
15
15
# Use sed to replace the SSH URL with the public URL, then initialize submodules
16
16
# - sed -i -e 's/[email protected] :/https:\/\/github.com\//' .gitmodules
17
17
# - git submodule update --init --recursive
18
- # - chmod a+x ./Travis/installUnity.sh
18
+ - chmod a+x ./Travis/installUnity.sh
19
19
-
npm install -g [email protected]
20
20
install :
21
21
- pip install bumpversion
22
22
- npm install @semantic-release/exec
23
23
- npm install @semantic-release/changelog
24
24
- npm install @semantic-release/git
25
25
- npm install @semantic-release/github
26
- # - ./Travis/installUnity.sh
26
+ - ./Travis/installUnity.sh
27
27
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
30
30
# - chmod a+x ./Travis/runTests.sh
31
31
# - chmod a+x ./Travis/build.sh
32
32
script :
33
- # - ./Travis/createProject.sh
34
- # - ./Travis/installSDK.sh
33
+ - ./Travis/createProject.sh
34
+ - ./Travis/installSDK.sh
35
35
# - cd Core
36
36
# - git clean -f -d
37
37
# - cd ../
You can’t perform that action at this time.
0 commit comments