Skip to content

Commit

Permalink
fix(package.json): removed auto cover
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Nov 9, 2019
1 parent 2272b74 commit 1214bb7
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ notifications:
install:
- npm install
- npm install semantic-release @semantic-release/git @semantic-release/changelog --no-save
script:
- npm run test
- npm run build
# script:
# - npm run test
# - npm run build
after_success:
- npx travis-deploy-once "npm run semantic-release"
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
},
"scripts": {
"clean": "rimraf lib",
"test": "npm run lint && npm run cover",
"test": "npm run lint",
"test:prod": "cross-env BABEL_ENV=production npm run test",
"test:watch": "npm test -- --watch",
"test:examples": "node examples/",
Expand Down

0 comments on commit 1214bb7

Please sign in to comment.