Skip to content

Commit

Permalink
chore(package): run test coverage only on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainLanz committed Sep 23, 2018
1 parent 5470bce commit 58e34af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ services:
- redis-server
install:
- npm install
after_script:
- npm run coverage
notifications:
slack:
secure: >-
Expand Down
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,6 @@
"scripts": {
"mrm": "mrm --preset=@adonisjs/mrm-preset",
"pretest": "npm run lint",
"posttest": "npm run coverage",
"test:local": "FORCE_COLOR=true node bin/index.js --local",
"test": "nyc japa",
"test:win": "node ./node_modules/japa-cli/index.js",
Expand Down

0 comments on commit 58e34af

Please sign in to comment.