Skip to content

Commit b83796a

Browse files
committed
tell travis to run mysql and postgres
sure, we're running both for both all 3 runs so not perfectly optimal, but greatly simplifies the implementation
1 parent 6d79b48 commit b83796a

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
@@ -19,6 +19,10 @@ env:
1919
- DB=mysql
2020
- DB=postgresql
2121

22+
services:
23+
- mysql
24+
- postgresql
25+
2226
script: WITH_ADVISORY_LOCK_PREFIX=$TRAVIS_JOB_ID bundle exec rake --trace spec:all
2327

2428
matrix:

0 commit comments

Comments
 (0)