From 0adcb64cc3f14ec39c5f5f36721c4223ef1a7eb6 Mon Sep 17 00:00:00 2001 From: Svetoslav Date: Mon, 19 Aug 2019 20:54:26 +0300 Subject: [PATCH] chore: fix-travis (#7697) --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 90efc8d96..f5ff07ee1 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,4 +1,5 @@ script: +- cd tns-core-modules && npm i && cd .. - npm install - npm run tsc - npm run tslint