From cbd7b1140e25196cc430bd775be95b0fd429eee8 Mon Sep 17 00:00:00 2001 From: bromne Date: Thu, 3 Jan 2019 23:46:50 +0900 Subject: [PATCH] add a task of TSLint to CI. --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index a14a07a..57a98ce 100644 --- a/.travis.yml +++ b/.travis.yml @@ -6,6 +6,7 @@ before_install: install: - "npm run build" script: +- "npm run lint" - "npm run test" - "npm run coverage" after_success: