Commit 68a2e8bfb3136274c313b19154cfadad8a506f39
Exists in
master
and in
1 other branch
Merge pull request #249 from dmathieu/fix_travis
add mongodb as a travis service
Showing
1 changed file
with
1 additions
and
0 deletions
Show diff stats
.travis.yml
@@ -3,6 +3,7 @@ rvm: | @@ -3,6 +3,7 @@ rvm: | ||
3 | - 1.9.3 | 3 | - 1.9.3 |
4 | - 1.9.2 | 4 | - 1.9.2 |
5 | - 1.8.7 | 5 | - 1.8.7 |
6 | +services: mongodb | ||
6 | 7 | ||
7 | # To stop Travis from running tests for a new commit, | 8 | # To stop Travis from running tests for a new commit, |
8 | # add the following to your commit message: [ci skip] | 9 | # add the following to your commit message: [ci skip] |