removed the java check, better to do it proper in the future

This commit is contained in:
Peter Hedenskog 2012-12-31 06:37:21 +01:00
parent 38e3f63065
commit cbbd0bffda
1 changed files with 1 additions and 2 deletions

View File

@ -19,8 +19,7 @@
command -v phantomjs >/dev/null 2>&1 || { echo >&2 "Missing phantomjs, please install it to be able to run sitespeed.io"; exit 1; }
command -v curl >/dev/null 2>&1 || { echo >&2 "Missing curl, please install it to be able to run sitespeed.io"; exit 1; }
## TODO add version check for Java
command -v java >/dev/null 2>&1 || { echo >&2 "Missing java, please install it to be able to run sitespeed.io"; exit 1; }
#*******************************************************
# Help function, call it to print all different usages.