Skip to content

Commit 7823aa0

Browse files
😒 chore: Add travis script.
1 parent c08cafc commit 7823aa0

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
@@ -29,7 +29,8 @@
2929
"lint": "true",
3030
"prepare": "npm run build",
3131
"cover": "nyc --reporter=lcov npm test",
32-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
32+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
33+
"travis": "npm run lint && npm run cover"
3334
},
3435
"description": "character sequence code bricks for JavaScript",
3536
"dependencies": {},

0 commit comments

Comments
 (0)