Commit 68a2e8bfb3136274c313b19154cfadad8a506f39

Authored by Vasiliy Ermolovich
2 parents e9e51011 39e2f038
Exists in master and in 1 other branch production

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 3 - 1.9.3
4 4 - 1.9.2
5 5 - 1.8.7
  6 +services: mongodb
6 7  
7 8 # To stop Travis from running tests for a new commit,
8 9 # add the following to your commit message: [ci skip]
... ...