]> git.immae.eu Git - github/shaarli/Shaarli.git/commitdiff
Use all_tests target in Travis CI 750/head
authorArthurHoaro <arthur@hoa.ro>
Mon, 6 Mar 2017 19:34:02 +0000 (20:34 +0100)
committerArthurHoaro <arthur@hoa.ro>
Mon, 6 Mar 2017 20:11:18 +0000 (21:11 +0100)
.travis.yml

index 2a5ff5e3cafb1546ee6a815091da4a5035b3f35a..59b86c08e45e5ba21b5ff6fb821e426b50eb7c51 100644 (file)
@@ -20,4 +20,4 @@ install:
 script:
   - make clean
   - make check_permissions
-  - make test
+  - make all_tests