bootstrap 207 B

12345678910
  1. #!/usr/bin/env bash
  2. set -e
  3. npm install
  4. if phantom_version="$(phantomjs --version)"; then
  5. echo "phantomjs ${phantom_version}"
  6. else
  7. echo "You should install PhantomJS for \`script/test' to work." >&2
  8. fi