We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c740b51 commit f510e9eCopy full SHA for f510e9e
.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
@@ -38,7 +38,6 @@
38
"scripts": {
39
"test-api": "node test.js",
40
"test-coverage": "istanbul cover test.js",
41
- "test-travis": "npm run test-coverage",
42
"test": "npm run test-api",
43
"lint-api": "eslint .",
44
"lint-style": "jscs --reporter inline .",
0 commit comments