summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2019-03-21 20:35:05 -0400
committerRichard Lau <riclau@uk.ibm.com>2019-03-21 21:40:47 -0400
commitce14a5ef3a949c245c669545b37467e583691d9a (patch)
tree5b9d09c4dfe94888298d7e608b2499cfd235c42c /.travis.yml
parente3340023f3c9759f9c6cff380cf75cbecb6130da (diff)
downloadandroid-node-v8-ce14a5ef3a949c245c669545b37467e583691d9a.tar.gz
android-node-v8-ce14a5ef3a949c245c669545b37467e583691d9a.tar.bz2
android-node-v8-ce14a5ef3a949c245c669545b37467e583691d9a.zip
build: temporarily don't run tests on Travis
We're hitting the Travis job timeout of 50mins if built with a new compiler (as there is no ccache). Temporarily disable the running of tests so the Travis job can complete within the timeout and populate the ccache. PR-URL: https://github.com/nodejs/node/pull/26720 Reviewed-By: Anna Henningsen <anna@addaleax.net> Reviewed-By: Luigi Pinca <luigipinca@gmail.com> Reviewed-By: Michaƫl Zasso <targos@protonmail.com> Reviewed-By: Refael Ackermann <refack@gmail.com>
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 2569b44ec3..d56eab59e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -31,4 +31,4 @@ matrix:
- ./configure
- make -j2 V=
script:
- - PARALLEL_ARGS='--flaky-tests=skip' make -j1 test
+ - # PARALLEL_ARGS='--flaky-tests=skip' make -j1 test