X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=e59c8f6a4b84ae50586b3eadc717fe96d0549ab8;hb=c372fc96faa94c124cf94d26fa34666d071116f8;hp=d10311c9f0761edf35a87ab074119538726935a8;hpb=39d06fa545d356aac8a3a8b47d8cddf5ebab617c;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index d10311c9..e59c8f6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,19 @@ sudo: false language: php +cache: + directories: + - $HOME/.composer/cache php: + - 7.1 + - 7.0 - 5.6 - 5.5 - 5.4 - - 5.3 + # - 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