From a5d122a7bed1d89e1949bb31c2344edad1c353fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Aur=C3=A9lien=20Ooms?= Date: Mon, 23 Nov 2020 01:57:42 +0100 Subject: [PATCH] :unamused: chore: Add travis script. --- package.json | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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" } }