8000 :robot: chore: Define custom script to run on travis. · make-github-pseudonymous-again/js-itertools@fb1006e · GitHub
[go: up one dir, main page]

Skip to content

Commit fb1006e

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

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
@@ -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

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,8 @@
6161
"prepare": "npm run build",
6262
"prepublishOnly": "pinst --disable",
6363
"release": "np --message ':hatching_chick: release: Bumping to v%s.'",
64-
"test": "ava"
64+
"test": "ava",
65+
"travis": "npm run lint-config && npm run lint && npm run cover"
6566
},
6667
"dependencies": {
6768
"@aureooms/js-collections-deque": "^5.0.0",

0 commit comments

Comments
 (0)
0