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 2efb290 commit 8d55a78Copy full SHA for 8d55a78
.travis.yml
@@ -2,5 +2,6 @@ language: node_js
2
node_js:
3
- 0.8
4
- 0.10
5
+ - 0.11
6
script:
- - npm test && npm run-script coveralls
7
+ - npm test
package.json
@@ -7,15 +7,13 @@
"scripts": {
8
"test": "hydro",
9
"coverage": "istanbul cover _hydro",
10
- "coveralls": "istanbul cover _hydro --report lcovonly && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js",
11
"test-readme": "jsmd README.md"
12
},
13
"repository": {
14
"type": "git",
15
"url": "https://github.com/chaijs/pathval"
16
17
"devDependencies": {
18
- "coveralls": "~2.3.0",
19
"istanbul": "~0.1.44",
20
"jsmd": "~0.2.0",
21
"simple-assert": "~1.0.0",
0 commit comments