Skip to content
This repository has been archived by the owner on Oct 12, 2022. It is now read-only.

Commit

Permalink
Removing test coverage status
Browse files Browse the repository at this point in the history
  • Loading branch information
hmschreiner committed Jan 9, 2017
1 parent 7905155 commit 1eaf88d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
2 changes: 0 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,3 @@ install:

script:
- npm test

after_success: 'npm run coveralls'
3 changes: 1 addition & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,7 @@
"main": "./dist/index.js",
"scripts": {
"test": "mocha test --timeout 15000 --compilers js:babel-core/register",
"build": "babel src --presets babel-preset-es2015 --out-dir dist",
"coveralls": "cat ./coverage/lcov.info | ./node_modules/.bin/coveralls"
"build": "babel src --presets babel-preset-es2015 --out-dir dist"
},
"repository": {
"type": "git",
Expand Down

0 comments on commit 1eaf88d

Please sign in to comment.