diff --git a/.travis.yml b/.travis.yml index 2d02b37..2db203f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,15 +1,20 @@ ## Run on container for speed and use trusty by default for latests packages -dist: trusty +dist: xenial sudo: false language: php +cache: + directories: + - "$HOME/.composer/cache" + matrix: include: - php: 5.6 - php: 7.0 - php: 7.1 - php: 7.2 + - php: 7.3 # test only master (+ Pull requests) branches: @@ -35,4 +40,4 @@ notification: # reduce depth (history) of git checkout git: - depth: 30 + depth: 2