Skip to content

Commit

Permalink
Added travis yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pushkar8723 committed Jun 9, 2019
1 parent 14c9f98 commit f8f96d7
Show file tree
Hide file tree
Showing 3 changed files with 47 additions and 1 deletion.
13 changes: 13 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
language: node_js
node_js:
- "8"

script:
- npm run check-all
- npm run build

jobs:
include:
- stage: Produce Coverage
node_js: node
script: jest --coverage && cat ./coverage/lcov.info | ./node_modules/coveralls/bin/coveralls.js && rm -rf ./coverage
34 changes: 33 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,6 +63,7 @@
"@types/react-redux": "^7.0.9",
"awesome-typescript-loader": "^5.2.1",
"babel-plugin-transform-class-properties": "^6.24.1",
"coveralls": "^3.0.4",
"jest": "^24.8.0",
"npm-run-all": "^4.1.5",
"pre-commit": "^1.2.2",
Expand Down

0 comments on commit f8f96d7

Please sign in to comment.