X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=9ffb3d007b971db6e450c9744ffd3e778be3b7b7;hb=e680cfea08051150827dae26ae5e59374880c46c;hp=a3038c13d8c1e5505f67dab50b96662b751ad42a;hpb=ce8e248ab04a035c2824bee6af91aed49d623a6a;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index a3038c13..9ffb3d00 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,8 @@ sudo: false language: php +cache: + directories: + - $HOME/.composer/cache php: - 7.0 - 5.6 @@ -8,7 +11,8 @@ php: - 5.3 install: - composer self-update - - composer install + - composer install --prefer-dist script: - make clean + - make check_permissions - make test