From 61e784639e6b8ed702ef8a1cd69d151917f4a9ff Mon Sep 17 00:00:00 2001 From: Christian Kotzbauer Date: Sat, 17 Dec 2016 12:46:53 +0100 Subject: [PATCH] chore(travis): install typings --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index d03ead6..f23d3f9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,6 +10,8 @@ branches: install: - npm install + - npm install typings -g + - typings install script: - npm run ci