Skip to content

Commit 7d57d21

Browse files
committed
Remove superfluous test script
1 parent 1efd2ca commit 7d57d21

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,9 +49,7 @@
4949
},
5050
"scripts": {
5151
"test-api": "node test/index.js",
52-
"test-coveralls": "istanbul cover --report lcovonly test/index.js",
5352
"test-coverage": "istanbul cover test/index.js",
54-
"test-travis": "npm run test-coveralls",
5553
"test": "npm run test-api",
5654
"lint-api": "eslint .",
5755
"lint-style": "jscs --reporter inline .",

0 commit comments

Comments
 (0)