X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=b6b9bddf60d0595dae6069fd33cf8ad166c5cee5;hb=a59bbf50d7530d7e82a91896a210b9da49cb1568;hp=6ff1b20f564e130e345821eaefe75a0fb829d55f;hpb=4cfe8d330319d83c3024a4149afeca0138922fda;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index 6ff1b20f..b6b9bddf 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ sudo: false +dist: trusty language: php cache: directories: @@ -8,12 +9,11 @@ php: - 7.0 - 5.6 - 5.5 - - 5.4 - - 5.3 install: - composer self-update - composer install --prefer-dist + - locale -a script: - make clean - make check_permissions - - make test + - make all_tests