Skip to content

Commit 5410f2b

Browse files
😒 chore: Add travis script.
1 parent f1cac1f commit 5410f2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

‎package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,8 @@
124124
"esdoc": "esdoc",
125125
"lint": "true",
126126
"prepare": "npm run build",
127-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
127+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
128+
"travis": "npm run lint && npm run cover"
128129
},
129130
"files": [
130131
"lib"

0 commit comments

Comments
 (0)