X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=80db65060510272f9c51e83c64773b20538a6842;hb=d0ce99e59ecc8d62eefbf1322736880159a7e9e7;hp=d1c7017291d5a1f1ee5a18196acf46c0106160aa;hpb=d1e2f8e52c931f84c11d4f54f32959710d528182;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index d1c70172..80db6506 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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