summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2019-03-21 20:38:26 -0400
committerRichard Lau <riclau@uk.ibm.com>2019-03-21 21:40:50 -0400
commitdb40b4ab32cca3805975a63288e9995674ebc0a5 (patch)
tree8ef747ecf0872aa4abbde77f6cd463da63c47300 /.travis.yml
parentce14a5ef3a949c245c669545b37467e583691d9a (diff)
downloadandroid-node-v8-db40b4ab32cca3805975a63288e9995674ebc0a5.tar.gz
android-node-v8-db40b4ab32cca3805975a63288e9995674ebc0a5.tar.bz2
android-node-v8-db40b4ab32cca3805975a63288e9995674ebc0a5.zip
build: restore running tests on Travis
Restore running tests on Travis once the ccache is populated. 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 d56eab59e2..2569b44ec3 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