From bb6542b5b1715306692c0ed947dafb7f3f0ea626 Mon Sep 17 00:00:00 2001 From: Tushar Mathur Date: Thu, 28 Nov 2019 12:03:29 +0530 Subject: [PATCH] ci(travis): update config enable tsc compilation --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 6214ae5..5dd95c4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -9,6 +9,7 @@ node_js: after_success: - npm run travis-deploy-once "npm run semantic-release" script: + - yarn tsc -b - yarn test branches: except: