diff --git a/package.json b/package.json index bd46c87..f2cab4c 100644 --- a/package.json +++ b/package.json @@ -120,6 +120,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" } }