Selaa lähdekoodia

add mongodb to travis services

Keith Newman 9 vuotta sitten
vanhempi
commit
50acb87aeb
1 muutettua tiedostoa jossa 1 lisäystä ja 0 poistoa
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

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