X-Git-Url: https://git.cyclocoop.org/%27.WWW_URL.%27admin/?a=blobdiff_plain;f=.travis.yml;h=3be6531dc6092c805e052d649dbf3c1e4bd8bb69;hb=61091a2acf183f0e53d8e159a254e95f33309d97;hp=ad35b76177acde4f4e2f8e2e138a0a6467447f95;hpb=004ee6bf5ef13b1e34ae6f6900a16fbb963e6c24;p=lhc%2Fweb%2Fwiklou.git diff --git a/.travis.yml b/.travis.yml index ad35b76177..3be6531dc6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -17,11 +17,25 @@ sudo: false # - Required for non-buggy xml library for XmlTypeCheck/UploadBaseTest (T75176). dist: trusty +git: + depth: 3 + quiet: true + +# Cache NPM and Composer directories +# +cache: + npm: true + directories: + # Composer doesn't have a dedicated cache setting in Travis CI config, so set the directory path instead. + - vendor + matrix: fast_finish: true include: # On Trusty, mysql user 'travis' doesn't have create database rights # Postgres has no user called 'root'. + - env: dbtype=mysql dbuser=root + php: 7.3 - env: dbtype=mysql dbuser=root php: 7.2 - env: dbtype=mysql dbuser=root @@ -38,7 +52,7 @@ matrix: - env: dbtype=mysql dbuser=root php: hhvm-3.18 allow_failures: - - php: 7.2 + - php: 7.3 - php: hhvm-3.18 - php: hhvm-3.21 - php: hhvm-3.24