Skip to content

Commit 7d223cf

Browse files
author
Jason Walton
committed
Simplify testing.
1 parent ac930a3 commit 7d223cf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ node_js:
55
- '4'
66
- '5'
77
script:
8+
- npm test
89
- npm run coverage
910
after_success:
1011
- 'cat ./coverage/lcov.info | ./node_modules/.bin/coveralls'

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@
44
"description": "Tools for working with Promises",
55
"main": "lib/index.js",
66
"scripts": {
7-
"quicktest": "mocha",
8-
"test": "mocha --compilers js:babel-core/register",
7+
"test": "mocha",
98
"coverage": "babel-node node_modules/isparta/bin/isparta cover node_modules/mocha/bin/_mocha",
109
"prepublish": "babel -d lib src",
1110
"clean": "rm -rf lib coverage"

0 commit comments

Comments
 (0)