diff --git a/package.json b/package.json index 687f7a7..c9bdd2a 100644 --- a/package.json +++ b/package.json @@ -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" } }