X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=a3038c13d8c1e5505f67dab50b96662b751ad42a;hb=a6aa37b96fc59d3e6218dbcfd8f6ea8e5ba313b4;hp=d1c7017291d5a1f1ee5a18196acf46c0106160aa;hpb=d1e2f8e52c931f84c11d4f54f32959710d528182;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index d1c70172..a3038c13 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,5 +1,7 @@ +sudo: false language: php php: + - 7.0 - 5.6 - 5.5 - 5.4 @@ -8,4 +10,5 @@ install: - composer self-update - composer install script: + - make clean - make test