We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 04e9a16 + 2f938db commit 4519ea6Copy full SHA for 4519ea6
.travis.yml
@@ -1,9 +1,12 @@
1
os: linux
2
-dist: trusty
+dist: xenial
3
4
language: php
5
php: 7.3
6
7
+services:
8
+ - mysql
9
+
10
notifications:
11
email:
12
on_success: never
@@ -71,6 +74,7 @@ jobs:
71
74
- stage: test
72
75
php: 5.6
73
76
env: WP_VERSION=3.7.11
77
+ dist: trusty
78
79
80
env: WP_VERSION=trunk
composer.json
@@ -12,7 +12,7 @@
}
13
],
14
"require": {
15
- "wp-cli/wp-cli": "^2"
+ "wp-cli/wp-cli": "dev-master"
16
},
17
"require-dev": {
18
"wp-cli/cache-command": "^1 || ^2",
0 commit comments