From 4a93539e3f04d086d30bd95d99b91232430065b6 Mon Sep 17 00:00:00 2001 From: Matthias Kretschmann Date: Wed, 12 Apr 2017 17:10:43 +0200 Subject: [PATCH] tether needs bower as it seems --- _ci/setup.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_ci/setup.sh b/_ci/setup.sh index fef53ce..84fea9c 100755 --- a/_ci/setup.sh +++ b/_ci/setup.sh @@ -7,7 +7,7 @@ echo " Installing dependencies " echo "=============================================" echo "$(tput sgr0)" # reset -npm install gulpjs/gulp.git#4.0 -g +npm install gulpjs/gulp.git#4.0 bower -g npm install # Travis does that automatically after selecting ruby