Skip to content

Commit

Permalink
Curisoty - Configured Travis - Coverall - Nyc
Browse files Browse the repository at this point in the history
  • Loading branch information
prabaprakash committed Sep 4, 2018
1 parent df74822 commit 50707cf
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,8 @@ script:
- npm run serve
- npm run featuretest

after_success: npm run coverage

notifications:
email:
on_failure: change
Expand Down
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@
"jslint": "eslint ./src/client ./src/server ./test/unit ./test/features --fix",
"jsonlint": "eslint ./ --ext .json",
"csslint": "stylelint ./src/client/**/*.scss --syntax scss --fix",
"coverage": "nyc report --reporter=text-lcov | coveralls",
"heroku-postbuild": "npm run prod",
"heroku": "npm run serve && pm2 logs"
},
Expand All @@ -36,6 +37,7 @@
"chai-enzyme": "^1.0.0-beta.1",
"chai-http": "^4.0.0",
"chromedriver": "^2.41.0",
"coveralls": "^3.0.2",
"css-loader": "^1.0.0",
"cucumber": "^4.2.1",
"cucumber-pretty": "^1.4.4",
Expand Down

0 comments on commit 50707cf

Please sign in to comment.