X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=80db65060510272f9c51e83c64773b20538a6842;hb=d0ce99e59ecc8d62eefbf1322736880159a7e9e7;hp=bcaf682ce45847484077161351d540a0182864f3;hpb=38a0c256d200df872990f6ed450aceaf215eeafd;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index bcaf682c..80db6506 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,10 +1,13 @@ +sudo: false language: php php: - 5.6 - 5.5 - 5.4 + - 5.3 install: - composer self-update - composer install script: + - make clean - make test