X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=e59c8f6a4b84ae50586b3eadc717fe96d0549ab8;hb=9e425954817621711a528bb3bd2972692a2a528a;hp=d1c7017291d5a1f1ee5a18196acf46c0106160aa;hpb=d1e2f8e52c931f84c11d4f54f32959710d528182;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index d1c70172..e59c8f6a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,11 +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