Skip to content

Commit 509ad40

Browse files
richardlautargos
authored andcommitted
build: restore running tests on Travis
Restore running tests on Travis once the ccache is populated. 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 b480c79 commit 509ad40

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)