Skip to content

Commit

Permalink
Install a system PhantomJS when running tests
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Apr 1, 2015
1 parent 7346752 commit 055142e
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .buildkite/bin/test-frontend
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

set -eu

export DEBIAN_FRONTEND=noninteractive

echo "--- Installing PhantomJS"
apt-get update
apt-get install -y phantomjs

echo "--- Installing dependencies"
npm install

Expand Down

0 comments on commit 055142e

Please sign in to comment.