Skip to content

Commit

Permalink
🤖 chore: Define custom script to run on travis.
Browse files Browse the repository at this point in the history
These changes were automatically generated by a transform whose code can be found at:
  - https://github.com/aureooms/rejuvenate/blob/a5a57b70ac6fd6fb77fdab32e6b7be7519ce9564/src/transforms/travis:define-custom-script.js
Please contact the author of the transform if you believe there was an error.
  • Loading branch information
a-flying-potato authored and make-github-pseudonymous-again committed Mar 17, 2021
1 parent 6a8140c commit 82b0e77
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .travis.yml
Expand Up @@ -12,7 +12,7 @@ before_script:
- ./cc-test-reporter before-build

script:
- npm run cover
- npm run travis

after_script:
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT
Expand Down
3 changes: 2 additions & 1 deletion package.json
Expand Up @@ -62,7 +62,8 @@
"prepare": "npm run build",
"prepublishOnly": "pinst --disable",
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
"test": "ava"
"test": "ava",
"travis": "npm run lint-config && npm run lint && npm run cover"
},
"dependencies": {},
"devDependencies": {
Expand Down

0 comments on commit 82b0e77

Please sign in to comment.