Skip to content

Commit

Permalink
Update CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
jpmonette committed Nov 21, 2021
1 parent 2967516 commit 5c54924
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,3 +8,5 @@ before_install:
- export TZ=Europe/London
script:
- yarn test-travis
after_script:
- coveralls < coverage/lcov.info
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@
},
"scripts": {
"build": "rimraf lib/ && mkdir lib && tsc",
"test": "export NODE_ENV=test && npx jest --silent --passWithNoTests --coverage && coveralls < coverage/lcov.info",
"test-travis": "yarn test"
"test": "export NODE_ENV=test && npx jest --passWithNoTests",
"test-travis": "export NODE_ENV=test && npx jest --silent --passWithNoTests --coverage"
},
"devDependencies": {
"@types/jest": "^26.0.23",
Expand Down

0 comments on commit 5c54924

Please sign in to comment.