From c48e821c4bfe9d4bd178a742261808c79bd65e1a Mon Sep 17 00:00:00 2001 From: Oliver Schmidt Date: Wed, 29 Sep 2021 14:48:09 +0200 Subject: [PATCH] Don --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index c9068193a..4b0919a10 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ jobs: script: - make -j2 bin USER_CFLAGS=-Werror - make -j2 lib QUIET=1 - - make -j2 test QUIET=1 + - make test QUIET=1 - make -j2 samples - make -C src clean - make -j2 bin USER_CFLAGS=-Werror CROSS_COMPILE=i686-w64-mingw32-