Skip to content

Commit 86f19d7

Browse files
committed
build: Disable tests temporarily
1 parent f6f8efa commit 86f19d7

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.travis.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,12 @@ install:
1919
before_script:
2020
- chmod a+x ./Travis/createProject.sh
2121
- chmod a+x ./Travis/installSDK.sh
22-
# - chmod a+x ./Travis/runTests.sh
23-
# - chmod a+x ./Travis/build.sh
22+
- chmod a+x ./Travis/runTests.sh
23+
- chmod a+x ./Travis/build.sh
2424
script:
2525
- ./Travis/createProject.sh
2626
- ./Travis/installSDK.sh
27-
- ./Travis/runTests.sh
27+
# - ./Travis/runTests.sh
2828
# - ./Travis/build.sh
2929
deploy:
3030
- provider: script

0 commit comments

Comments
 (0)