diff --git a/.travis.yml b/.travis.yml index 808002b..8d1bbe9 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,7 +11,7 @@ after_success: before_deploy: - npm run build - npm install -g bower -- cd wui && bower install +- cd wui && bower install && cd .. deploy: provider: npm email: rcattiau@loopingz.com