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 6817bc0 commit 756789cCopy full SHA for 756789c
.travis.yml
@@ -0,0 +1,8 @@
1
+language: node_js
2
+
3
+node_js:
4
+ - "4"
5
+ - "5"
6
7
+after_success:
8
+ - npm run coveralls
package.json
@@ -33,7 +33,9 @@
33
"eslint-fix": "eslint --fix src",
34
"gh-pages": "npm run doc -- --build && gh-pages -d __site",
35
"pub": "npm run build && npm publish && npm run gh-pages",
36
- "beta": "npm run build && npm publish --tag beta && npm run gh-pages"
+ "beta": "npm run build && npm publish --tag beta && npm run gh-pages",
37
+ "test": "npm run lint",
38
+ "coveralls": "cat ./coverage/lcov.info | coveralls"
39
},
40
"peerDependencies": {
41
"dora": "~0.3.0",
0 commit comments