Skip to content

Commit

Permalink
Merge pull request #53 from moufmouf/fix_travis
Browse files Browse the repository at this point in the history
Fixing Travis by adding explicit MySQL requirement
  • Loading branch information
moufmouf authored Jul 31, 2019
2 parents 902cf9d + bf58476 commit bc9b2f5
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language: php

services:
- mysql

cache:
directories:
- $HOME/.composer/cache
Expand Down

0 comments on commit bc9b2f5

Please sign in to comment.