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 0d79305 commit 2c4db46Copy full SHA for 2c4db46
.travis.yml
@@ -1,4 +1,11 @@
1
language: node_js
2
+
3
node_js:
4
- "5"
5
- "4"
6
7
+script:
8
+ - istanbul cover --print none --report lcovonly -x test.js test.js
9
10
+after_success:
11
+ - cat ./coverage/lcov.info |coveralls && rm -fr ./coverage
package.json
@@ -4,7 +4,7 @@
"description": "Tiny po2json-compatible gettext with variable substitution",
"main": "gettext-pythonic.js",
"scripts": {
- "test": "istanbul cover --print none --report lcovonly test.js && cat ./coverage/lcov.info |coveralls && rm -fr ./coverage"
+ "test": "echo Please use make test instead"
},
"repository": {
"type": "git",
0 commit comments