From 36c8fb1ef869c29e783f0dd5ebef2fb5566e2611 Mon Sep 17 00:00:00 2001 From: ArthurHoaro Date: Mon, 6 Mar 2017 20:34:02 +0100 Subject: [PATCH] Use all_tests target in Travis CI --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 2a5ff5e3..59b86c08 100644 --- a/.travis.yml +++ b/.travis.yml @@ -20,4 +20,4 @@ install: script: - make clean - make check_permissions - - make test + - make all_tests -- 2.41.0