X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=.travis.yml;h=758aa9f40f7c738bfe1a6f24d1e24fc7f01b0316;hb=bc3ce7ec2a652eec1441774958050cf83105560a;hp=7240138116dd408457bc4f18867a272c80b38915;hpb=dfc2c3353d95ffd095ef02f1060ea7ebe99a18d2;p=github%2Fshaarli%2FShaarli.git diff --git a/.travis.yml b/.travis.yml index 72401381..758aa9f4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,15 +5,17 @@ cache: directories: - $HOME/.composer/cache php: + - 7.2 - 7.1 - 7.0 - 5.6 - - 5.5 install: - composer self-update - composer install --prefer-dist -script: - locale -a +before_script: + - PATH=${PATH//:\.\/node_modules\/\.bin/} +script: - make clean - make check_permissions - make all_tests