Skip to content

Commit

Permalink
Add script/bootstrap
Browse files Browse the repository at this point in the history
  • Loading branch information
mislav committed Jan 22, 2014
1 parent 9b03ff0 commit 85ef124
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions script/bootstrap
@@ -0,0 +1,10 @@
#!/usr/bin/env bash
set -e

npm install

if phantom_version="$(phantomjs --version)"; then
echo "phantomjs ${phantom_version}"
else
echo "You should install PhantomJS for \`script/test' to work." >&2
fi

0 comments on commit 85ef124

Please sign in to comment.