Skip to content

Commit 62b64c2

Browse files
committed
Merge branch 'master' of github.com:wp-cli/search-replace-command
2 parents f6e1bfd + 7d544dd commit 62b64c2

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.travis.yml

Lines changed: 5 additions & 5 deletions
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.4
66

7+
services:
8+
- mysql
9+
710
notifications:
811
email:
912
on_success: never
@@ -71,10 +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
77-
- stage: test
78-
php: 5.4
79-
dist: precise
80-
env: WP_VERSION=5.1

0 commit comments

Comments
 (0)