diff --git a/bin/setup b/bin/setup index 46b1a6b864..75eb15cde6 100755 --- a/bin/setup +++ b/bin/setup @@ -31,6 +31,11 @@ if ! command -v foreman > /dev/null; then printf 'See https://github.com/ddollar/foreman for install instructions.\n' fi +if ! command -v phantomjs > /dev/null; then + printf 'Phantomjs is not installed.\n' + printf 'See http://phantomjs.org/download.html for install instructions.\n' +fi + # Only if this isn't CI # if [ -z "$CI" ]; then # fi