From 8f02777c59907f69b335f39dcbf87dba95144fdb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Georges=20Dup=C3=A9ron?= Date: Sun, 8 Jul 2018 22:31:00 +0200 Subject: [PATCH] Travis should run all the tests in self-test mode Previously the Makefile target all depended on test, but it's the other way round now --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 18bfbac..a634f5e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -25,7 +25,7 @@ addons: matrix: include: - env: MODE=self-test # Ensure that the Makefile works, especially with parallel builds. - script: (cd example-os && make -j 10) + script: (cd example-os && make -j 10 test) sudo: true addons: apt: