Skip to content

Commit 56721e3

Browse files
😒 chore: Add travis script.
1 parent bcdbec2 commit 56721e3

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
@@ -129,6 +129,7 @@
129129
"release": "np",
130130
"test": "ava",
131131
"lint": "true",
132-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
132+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
133+
"travis": "npm run lint && npm run cover"
133134
}
134135
}

0 commit comments

Comments
 (0)