We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6ca684 commit bd67a74Copy full SHA for bd67a74
.travis.yml
@@ -2,4 +2,6 @@ language: node_js
2
node_js:
3
- "6"
4
script:
5
- - npm run test
+ - npm run test
6
+services:
7
+ - mongodb
package.json
@@ -1,6 +1,6 @@
1
{
"name": "es6-express-mongoose-starter",
- "version": "0.0.3",
+ "version": "0.0.4",
"description": "Express & Mongoose starter kit written in ES6 for NodeJS.",
"main": "src/server.js",
"repository": {
0 commit comments