Skip to content

Commit

Permalink
Merge pull request #500 from Automattic/feature/update-travis-env
Browse files Browse the repository at this point in the history
Travis: change from "trusty" to "xenial"
  • Loading branch information
GaryJones authored Jul 21, 2020
2 parents bfc7fc5 + ebddcfc commit 104ff07
Showing 1 changed file with 15 additions and 3 deletions.
18 changes: 15 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
language: php
os: linux
dist: trusty
dist: xenial

env:
# `master` is now 3.x.
Expand All @@ -13,8 +13,6 @@ cache:
- $HOME/.cache/composer/files

php:
- 5.4
- 5.5
- 5.6
- 7.0
- 7.1
Expand Down Expand Up @@ -69,6 +67,20 @@ jobs:
# Run PHPCS against VIPCS.
- ./bin/phpcs

# Builds which need a different distro.
- stage: test
- php: 5.5
dist: trusty
env: PHPCS_BRANCH="dev-master"
- php: 5.5
dist: trusty
env: PHPCS_BRANCH="3.5.5"
- php: 5.4
dist: trusty
env: PHPCS_BRANCH="dev-master"
- php: 5.4
dist: trusty
env: PHPCS_BRANCH="3.5.5"

before_install:
# Speed up build time by disabling Xdebug.
Expand Down

0 comments on commit 104ff07

Please sign in to comment.