diff --git a/bin/setup b/bin/setup index 46b1a6b864bb8c80459c920bed635e6646583464..75eb15cde67c66e6e10d87766209c4a1c5ecbb89 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