Skip to content

Commit 942f59f

Browse files
😒 chore: Add travis script.
1 parent 17555e2 commit 942f59f

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
@@ -50,7 +50,8 @@
5050
"lint": "true",
5151
"prepare": "npm run build",
5252
"cover": "nyc --reporter=lcov npm test",
53-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
53+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
54+
"travis": "npm run lint && npm run cover"
5455
},
5556
"dependencies": {},
5657
"main": "lib/index.js",

0 commit comments

Comments
 (0)