From 2037ec69cc48dd4e03e82801da2d1b57ac6fb0d6 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Fri, 15 Jul 2016 17:04:54 -0700 Subject: [PATCH] Try removing the conflicting package before install/update --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index fa60f80ec89..75798431d70 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,8 @@ node_js: sudo: false install: + - npm uninstall typescript + - npm uninstall tslint - npm install - npm update