Skip to content

Commit f639467

Browse files
committedSep 20, 2020
😒 chore: Add travis script.
1 parent efeda2a commit f639467

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed
 

‎package.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,8 @@
128128
"esdoc": "esdoc",
129129
"lint": "true",
130130
"prepare": "npm run build",
131-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
131+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
132+
"travis": "npm run lint && npm run cover"
132133
},
133134
"files": [
134135
"lib"

0 commit comments

Comments
 (0)