Browse Source

Merge pull request #2238 from knewmanTE/add-mongodb-to-travis-services

add mongodb to travis services
Nate 9 years ago
parent
commit
b859ea3604
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:
   - postgresql
   - redis-server
+  - mongodb
 
 addons:
   postgresql: "9.3"