Skip to content

Commit 11fe96d

Browse files
😒 chore: Add travis script.
1 parent 2fc489e commit 11fe96d

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

0 commit comments

Comments
 (0)