Skip to content

Commit 8b0837f

Browse files
committed
[WIP] disable unrelated test
we only test time to install master toolchain
1 parent 747dda7 commit 8b0837f

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
@@ -128,12 +128,12 @@ before_script:
128128
fi
129129
130130
script:
131-
- |
132-
if [ -z ${INTEGRATION} ]; then
133-
travis_wait 30 ./ci/base-tests.sh && sleep 5
134-
else
135-
./ci/integration-tests.sh && sleep 5
136-
fi
131+
# - |
132+
# if [ -z ${INTEGRATION} ]; then
133+
# travis_wait 30 ./ci/base-tests.sh && sleep 5
134+
# else
135+
# ./ci/integration-tests.sh && sleep 5
136+
# fi
137137

138138
after_success:
139139
- |

0 commit comments

Comments
 (0)