From: ArthurHoaro Date: Mon, 6 Mar 2017 19:34:02 +0000 (+0100) Subject: Use all_tests target in Travis CI X-Git-Tag: v0.9.0~48^2 X-Git-Url: https://git.immae.eu/?p=github%2Fshaarli%2FShaarli.git;a=commitdiff_plain;h=36c8fb1ef869c29e783f0dd5ebef2fb5566e2611 Use all_tests target in Travis CI --- 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