We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2bf643 commit 4931388Copy full SHA for 4931388
.travis.yml
@@ -0,0 +1,9 @@
1
+language: node_js
2
+node_js:
3
+ - 'node'
4
+ - '8'
5
+script:
6
+ - npm run travisci
7
+cache:
8
+ directories:
9
+ - node_modules
package.json
@@ -22,7 +22,8 @@
22
"format": "prettier --write 'src/**'",
23
"lint": "tsc; tslint -p ./",
24
"precommit": "pretty-quick --staged",
25
- "test": "jest --coverage"
+ "test": "jest --coverage",
26
+ "travisci": "npm run lint && npm run test"
27
},
28
"jest": {
29
"collectCoverageFrom": [
0 commit comments