Skip to content

Commit 6743538

Browse files
committed
Add MySQL as a service
1 parent 521eba6 commit 6743538

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.travis.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,9 @@ env:
2222
- PATH="$TRAVIS_BUILD_DIR/vendor/bin:$PATH"
2323
- WP_CLI_BIN_DIR="$TRAVIS_BUILD_DIR/vendor/bin"
2424

25+
services:
26+
- mysql
27+
2528
before_install:
2629
- |
2730
# Remove Xdebug for a huge performance increase:

0 commit comments

Comments
 (0)