]> git.immae.eu Git - github/shaarli/Shaarli.git/blobdiff - .travis.yml
Makefile: do not call `clean` before `test`
[github/shaarli/Shaarli.git] / .travis.yml
index d1c7017291d5a1f1ee5a18196acf46c0106160aa..80db65060510272f9c51e83c64773b20538a6842 100644 (file)
@@ -1,3 +1,4 @@
+sudo: false
 language: php
 php:
   - 5.6
@@ -8,4 +9,5 @@ install:
   - composer self-update
   - composer install
 script:
+  - make clean
   - make test