Skip to content

Commit 7568653

Browse files
🤖 chore: Define custom script to run on travis.
These changes were automatically generated by a transform whose code can be found at: - https://github.com/aureooms/rejuvenate/blob/2e1ef9518a1421453a09d3cf302915d2a56c8b25/src/transforms/travis:define-custom-script.js Please contact the author of the transform if you believe there was an error.
1 parent 43d9632 commit 7568653

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ node_js:
77
install:
88
- npm -d install
99
script:
10-
- npm run cover
10+
- npm run travis
1111
after_success:
1212
- ./node_modules/.bin/coveralls < coverage/lcov.info || true
1313
- ./node_modules/.bin/codeclimate < coverage/lcov.info || true

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,8 @@
5555
"prepare": "npm run build",
5656
"prepublishOnly": "pinst --disable",
5757
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
58-
"test": "ava"
58+
"test": "ava",
59+
"travis": "npm run lint-config && npm run lint && npm run cover"
5960
},
6061
"dependencies": {},
6162
"devDependencies": {

0 commit comments

Comments
 (0)