build: temporarily don't run tests on Travis · nodejs/node@b480c79 (original) (raw)
Navigation Menu
- Explore
- Pricing
Provide feedback
Saved searches
Use saved searches to filter your results more quickly
Commit b480c79
authored and
committed
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: #26720Reviewed-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
File tree
1 file changed
lines changed
1 file changed
lines changed
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -31,4 +31,4 @@ matrix: | ||
31 | 31 | - ./configure |
32 | 32 | - make -j2 V= |
33 | 33 | script: |
34 | - - PARALLEL_ARGS='--flaky-tests=skip' make -j1 test | |
34 | + - # PARALLEL_ARGS='--flaky-tests=skip' make -j1 test |