Skip to content

Commit b480c79

Browse files
richardlautargos
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 <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>
1 parent 4163864 commit b480c79

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)