Skip to content

Commit bd67a74

Browse files
committed
Added mongodb support for travis
1 parent c6ca684 commit bd67a74

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.travis.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,6 @@ language: node_js
22
node_js:
33
- "6"
44
script:
5-
- npm run test
5+
- npm run test
6+
services:
7+
- mongodb

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "es6-express-mongoose-starter",
3-
"version": "0.0.3",
3+
"version": "0.0.4",
44
"description": "Express & Mongoose starter kit written in ES6 for NodeJS.",
55
"main": "src/server.js",
66
"repository": {

0 commit comments

Comments
 (0)