summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-07-19 13:19:28 -0600
committermo khan <mo@mokhan.ca>2013-07-19 13:19:28 -0600
commit7e7b58d5c0c5dd35ede4c540e5674ee7e0d13654 (patch)
tree590df660ff26b664e98fd39ccb04956cb9ddcde1 /script
parent8c3a0d5c1fb9db189ed9ce018ec3fbcd494dc06c (diff)
run browser tests in frame buffer
Diffstat (limited to 'script')
-rw-r--r--script/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/ci.sh b/script/ci.sh
index 4af4a6f..3d466bb 100644
--- a/script/ci.sh
+++ b/script/ci.sh
@@ -10,4 +10,4 @@ echo 'installing gems'
bundle install
echo 'running tests'
-bundle exec rake ci
+xvfb-run bundle exec rake ci