Skip to content

Commit 74b722a

Browse files
committed
Updates env in .travis.yaml
1 parent 92624b4 commit 74b722a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@ language: node_js
55
node_js:
66
- "4.3"
77
env:
8-
- MONGODB_VERSION=2.6.11
9-
- MONGODB_VERSION=3.0.8
8+
- MONGODB_VERSION=2.6.11 CODE_COVERAGE=1
9+
- MONGODB_VERSION=3.0.8 CODE_COVERAGE=1
1010
cache:
1111
directories:
1212
- $HOME/.mongodb/versions/downloads

0 commit comments

Comments
 (0)