X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=9ffb3d007b971db6e450c9744ffd3e778be3b7b7;hb=6c1be5bcec2ba1ef1363b8a1144d6397a4a8f1cd;hp=a3038c13d8c1e5505f67dab50b96662b751ad42a;hpb=6211c498f6e0bdc6d86152e9777bcc75955a5ec4;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