X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=e59c8f6a4b84ae50586b3eadc717fe96d0549ab8;hb=c372fc96faa94c124cf94d26fa34666d071116f8;hp=bcaf682ce45847484077161351d540a0182864f3;hpb=0fe36414c86e8417974d847f8d6d28c90def9ccc;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index bcaf682c..e59c8f6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,19 @@ +sudo: false language: php +cache: + directories: + - $HOME/.composer/cache php: + - 7.1 + - 7.0 - 5.6 - 5.5 - 5.4 + # - 5.3 # Not supported by Travis CI install: - composer self-update - - composer install + - composer install --prefer-dist script: + - make clean + - make check_permissions - make test