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 bb0cf12 commit 6c653f0Copy full SHA for 6c653f0
.travis.yml
@@ -0,0 +1,12 @@
1
+language: node_js
2
+node_js:
3
+ - 'iojs-v2.3.4'
4
+before_install:
5
+ - npm install -g npm@3
6
+script: npm run-script ci
7
+cache:
8
+ directories:
9
+ - node_modules
10
+# Post build notifications to the Integrations Flowdock
11
+notifications:
12
+ flowdock: e3dc17bc8a2c1b3412abe3e5747f8291
package.json
@@ -54,12 +54,12 @@
54
"start": "gulp dev",
55
"release": "gulp release",
56
"test": "mocha",
57
+ "ci": "npm run check",
58
"check": "mongodb-js-precommit",
59
"fmt": "mongodb-js-fmt src/{**/*.js,*.js}"
60
},
61
"pre-commit": [
- "check",
62
- "test"
+ "check"
63
],
64
"repository": {
65
"type": "git",
0 commit comments