diff --git a/script/install.bash b/script/install.bash index 55139df6..4d2d4550 100755 --- a/script/install.bash +++ b/script/install.bash @@ -42,7 +42,7 @@ bash script/install/bundler.bash || exit 1 bash script/install/nokogiri.bash || exit 1 # nokogiri dependencies -bash script/install/jre.bash || exit 1 # required by yui-compressor +[ -n "$CI" ] || bash script/install/jre.bash || exit 1 # required by yui-compressor; skip in CI sudo bash script/install/isolate.bash || exit 1 # install isolate sudo bash script/install/cgroup.bash || exit 1 # install cgroups