Skip to content

Commit 9512f39

Browse files
richardlauMylesBorins
authored andcommitted
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: #26720 Reviewed-By: Anna Henningsen <[email protected]> Reviewed-By: Luigi Pinca <[email protected]> Reviewed-By: Michaël Zasso <[email protected]> Reviewed-By: Refael Ackermann <[email protected]>
1 parent add5141 commit 9512f39

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,4 @@ matrix:
3131
- ./configure
3232
- make -j2 V=
3333
script:
34-
- PARALLEL_ARGS='--flaky-tests=skip' make -j1 test
34+
- # PARALLEL_ARGS='--flaky-tests=skip' make -j1 test

0 commit comments

Comments
 (0)