build: fix skipping of flaky tests on Travis

`PARALLEL_ARGS` is overwritten in the Makefile if `JOBS` is set. Use
`CI_JS_SUITES` instead.

PR-URL: https://github.com/nodejs/node/pull/27002
Reviewed-By: Refael Ackermann <refack@gmail.com>
Reviewed-By: Rich Trott <rtrott@gmail.com>
pull/27006/head
Richard Lau 2019-03-28 21:07:19 +00:00 committed by Rich Trott
parent 7ef3acb626
commit 58bf61524d
1 changed files with 1 additions and 1 deletions

View File

@ -49,4 +49,4 @@ matrix:
- ./configure
- make -j2 V=
script:
- PARALLEL_ARGS='--flaky-tests=skip' make -j1 test
- CI_JS_SUITES='--flaky-tests=skip default' make -j1 test