Skip to content

Commit 452e7a4

Browse files
committed
updates travis to force mongodb 3.0
1 parent 0096824 commit 452e7a4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.travis.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,14 @@
1+
sudo: false
12
language: node_js
23
services: mongodb
34
env:
45
- MONGOLAB_URL=mongodb://127.0.0.1/snipe
6+
addons:
7+
apt:
8+
sources:
9+
- mongodb-3.0-precise
10+
packages:
11+
- mongodb-org-server
512
node_js:
613
- '7'
714
- '6'

0 commit comments

Comments
 (0)