Skip to content

Commit

Permalink
[Travis] Update for xenial, caching & PHP 7.3 runs (#26)
Browse files Browse the repository at this point in the history
  • Loading branch information
andrerom authored Mar 11, 2019
1 parent 07bc37d commit 631adea
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -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:
Expand All @@ -35,4 +40,4 @@ notification:

# reduce depth (history) of git checkout
git:
depth: 30
depth: 2

0 comments on commit 631adea

Please sign in to comment.