Skip to content

Commit 79119b1

Browse files
committed
Fix Travis CI
By specifying MySQL service in config file.
1 parent 46c0419 commit 79119b1

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
@@ -8,3 +8,6 @@ cache: bundler
88

99
script:
1010
- bin/rspec
11+
12+
services:
13+
- mysql

0 commit comments

Comments
 (0)