From 42b005870aec1e7ac262db5bbc4ec975af625b9d Mon Sep 17 00:00:00 2001 From: juristr Date: Sun, 27 Sep 2015 13:23:10 +0200 Subject: [PATCH] fix(build): add missing bower install which fails build --- .travis.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.travis.yml b/.travis.yml index 43a2441..3c675af 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,7 @@ before_install: - npm i -g npm@^2.0.0 - npm install -g grunt - npm install + - npm install -g bower - bower install before_script: - npm prune