Browse Source

add mongodb to travis services

Keith Newman 9 years ago
parent
commit
50acb87aeb
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -212,6 +212,7 @@ before_install:
 services:
 services:
   - postgresql
   - postgresql
   - redis-server
   - redis-server
+  - mongodb
 
 
 addons:
 addons:
   postgresql: "9.3"
   postgresql: "9.3"