Commit 39e2f038d9005fff7b67a6ff74e924abfbf29624

Authored by Damien Mathieu
1 parent e9e51011
Exists in master and in 1 other branch production

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]
... ...