summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAnna Henningsen <anna@addaleax.net>2019-03-30 16:34:56 +0100
committerRich Trott <rtrott@gmail.com>2019-04-11 16:06:46 -0700
commit56354d480dade220e959f8990b69dab633066bb5 (patch)
treefd4106f68d8806ebbbfe1fce544a4b2c84e6d081 /.travis.yml
parent9b859f50d5ed2ca26def1d595aad99ca745be184 (diff)
downloadandroid-node-v8-56354d480dade220e959f8990b69dab633066bb5.tar.gz
android-node-v8-56354d480dade220e959f8990b69dab633066bb5.tar.bz2
android-node-v8-56354d480dade220e959f8990b69dab633066bb5.zip
build: run flaky tests in Travis
Skipping flaky tests in CI is an anti-pattern that should be avoided, as we do in our ownCI. Failing flaky tests don’t need to be blockers for a green CI result, but they should be run and reported *somehow*. PR-URL: https://github.com/nodejs/node/pull/27158 Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de> Reviewed-By: Richard Lau <riclau@uk.ibm.com> Reviewed-By: James M Snell <jasnell@gmail.com> Reviewed-By: Yongsheng Zhang <zyszys98@gmail.com> Reviewed-By: Luigi Pinca <luigipinca@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 5ca5740a0c..576de336e2 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -65,4 +65,4 @@ jobs:
- make -j2 > /dev/null
- make -j1 build-addons build-js-native-api-tests build-node-api-tests > /dev/null
script:
- - JOBS=2 FLAKY_TESTS=skip make -s -j1 V= test-ci | grep -F -e "---" -e "..." -v
+ - JOBS=2 FLAKY_TESTS=dontcare make -s -j1 V= test-ci | grep -F -e "---" -e "..." -v