Skip to content

Commit c0f647e

Browse files
committed
Enable MySQL and Memcached on Travis
Currently Travis is using the xenial build, which doesn't auto-enablew mysql, which causes our tests to fail. This explicitly fixes this by enabling mysql and memcached.
1 parent bfc2284 commit c0f647e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ cache:
1313
- vendor
1414
- $HOME/phpunit-bin
1515

16+
services:
17+
- mysql
18+
- memcached
19+
1620
addons:
1721
apt:
1822
packages:

0 commit comments

Comments
 (0)