Skip to content

Commit

Permalink
😒 chore: Add travis script.
Browse files Browse the repository at this point in the history
  • Loading branch information
make-github-pseudonymous-again committed Nov 23, 2020
1 parent d8fc941 commit a5d122a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,7 @@
"release": "np",
"test": "ava",
"lint": "true",
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast"
"dev": "npm run lint -- --fix && npm run cover -- -- -st --fail-fast",
"travis": "npm run lint && npm run cover"
}
}

0 comments on commit a5d122a

Please sign in to comment.