Skip to content

Commit a3707bb

Browse files
authored
Merge pull request #5381 from wp-cli/bump-travis-server-to-xenial
Bump Travis CI OS from `trusty` to `xenial`
2 parents 5cee4e3 + afd2fd5 commit a3707bb

3 files changed

Lines changed: 15 additions & 8 deletions

File tree

.travis.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
os: linux
2-
dist: trusty
2+
dist: xenial
33

44
language: php
55
php: 7.3
66

7+
services:
8+
- mysql
9+
710
notifications:
811
email:
912
on_success: never
@@ -71,6 +74,7 @@ jobs:
7174
- stage: test
7275
php: 5.6
7376
env: WP_VERSION=3.7.11
77+
dist: trusty
7478
- stage: test
7579
php: 5.6
7680
env: WP_VERSION=trunk

composer.lock

Lines changed: 9 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

features/bootstrap.feature

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Feature: Bootstrap WP-CLI
77
And I run `rm -rf {PACKAGE_PATH}/composer.json`
88
And I run `rm -rf {PACKAGE_PATH}/composer.lock`
99

10-
@require-opcache-save-comments
10+
@less-than-php-7.4 @require-opcache-save-comments
1111
Scenario: Basic Composer stack
1212
Given an empty directory
1313
And a composer.json file:

0 commit comments

Comments
 (0)