Skip to content

Commit 1ef466e

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 0c1c98d commit 1ef466e

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

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

2327
matrix:

0 commit comments

Comments
 (0)