Skip to content

Commit 6645718

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/b7b7316fcc320ee7d249b0aa391d9a196c944421/src/transforms/travis:define-custom-script.js Please contact the author of the transform if you believe there was an error.
1 parent 819d001 commit 6645718

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.travis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ before_script:
1212
- ./cc-test-reporter before-build
1313

1414
script:
15-
- npm run cover
15+
- npm run travis
1616

1717
after_script:
1818
- ./cc-test-reporter after-build --exit-code $TRAVIS_TEST_RESULT

package.json

+2-1
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
"@aureooms/js-cll": "^1.0.0"

0 commit comments

Comments
 (0)