Skip to content

Commit

Permalink
explicitly start MySQL on Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
craue committed Aug 1, 2019
1 parent be366f6 commit 7c386c0
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
Expand Up @@ -68,6 +68,9 @@ script:
# upload code coverage data
- travis_retry wget -q https://github.com/php-coveralls/php-coveralls/releases/download/v2.1.0/php-coveralls.phar && travis_retry php php-coveralls.phar -v

services:
- mysql

notifications:
email:
on_success: always
Expand Down

0 comments on commit 7c386c0

Please sign in to comment.