Skip to content

Commit 4519ea6

Browse files
authored
Merge pull request #288 from wp-cli/bump-travis-server-to-xenial
Bump Travis CI OS from `trusty` to `xenial`
2 parents 04e9a16 + 2f938db commit 4519ea6

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.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.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
}
1313
],
1414
"require": {
15-
"wp-cli/wp-cli": "^2"
15+
"wp-cli/wp-cli": "dev-master"
1616
},
1717
"require-dev": {
1818
"wp-cli/cache-command": "^1 || ^2",

0 commit comments

Comments
 (0)