Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRichard Lau <riclau@uk.ibm.com>2019-03-22 03:38:26 +0300
committerRichard Lau <riclau@uk.ibm.com>2019-03-22 04:40:50 +0300
commitdb40b4ab32cca3805975a63288e9995674ebc0a5 (patch)
tree8ef747ecf0872aa4abbde77f6cd463da63c47300 /.travis.yml
parentce14a5ef3a949c245c669545b37467e583691d9a (diff)
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 d56eab59e2f..2569b44ec39 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