Skip to content

Commit f510e9e

Browse files
committed
Remove superfluous test script
1 parent c740b51 commit f510e9e

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
language: node_js
2-
script: npm run-script test-travis
2+
script: npm run-script test-coverage
33
node_js:
44
- '0.10'
55
- '0.11'

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,6 @@
3838
"scripts": {
3939
"test-api": "node test.js",
4040
"test-coverage": "istanbul cover test.js",
41-
"test-travis": "npm run test-coverage",
4241
"test": "npm run test-api",
4342
"lint-api": "eslint .",
4443
"lint-style": "jscs --reporter inline .",

0 commit comments

Comments
 (0)