There was an error while loading. Please reload this page.
1 parent 1efd2ca commit 7d57d21Copy full SHA for 7d57d21
.travis.yml
@@ -1,5 +1,5 @@
1
language: node_js
2
-script: npm run-script test-travis
+script: npm run-script test-coverage
3
node_js:
4
- '0.10'
5
- '0.11'
package.json
@@ -49,9 +49,7 @@
49
},
50
"scripts": {
51
"test-api": "node test/index.js",
52
- "test-coveralls": "istanbul cover --report lcovonly test/index.js",
53
"test-coverage": "istanbul cover test/index.js",
54
- "test-travis": "npm run test-coveralls",
55
"test": "npm run test-api",
56
"lint-api": "eslint .",
57
"lint-style": "jscs --reporter inline .",
0 commit comments