X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=03071a4734535485b8f9cc0f0106a3f8668de34c;hb=fc11ab2f290a3712b766d78fdbcd354625a35d0a;hp=a3038c13d8c1e5505f67dab50b96662b751ad42a;hpb=ce8e248ab04a035c2824bee6af91aed49d623a6a;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index a3038c13..03071a47 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,14 +1,17 @@ sudo: false language: php +cache: + directories: + - $HOME/.composer/cache php: + - 7.1 - 7.0 - 5.6 - 5.5 - - 5.4 - - 5.3 install: - composer self-update - - composer install + - composer install --prefer-dist script: - make clean + - make check_permissions - make test