Skip to content

Commit 7e25f4f

Browse files
😒 chore: Add travis script.
1 parent e2f5dd3 commit 7e25f4f

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
@@ -142,6 +142,7 @@
142142
"release": "np",
143143
"test": "ava",
144144
"lint": "true",
145-
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
145+
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
146+
"travis": "npm run lint && npm run cover"
146147
}
147148
}

0 commit comments

Comments
 (0)