summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo@mokhan.ca>2013-06-02 20:20:58 -0600
committermo khan <mo@mokhan.ca>2013-06-02 20:20:58 -0600
commit36bd69ba646f011735ccb228fb4660e1d5d40b58 (patch)
tree9eddf3eec6db2b1cb0606a05876067d7f1749ee8
parent50d2a6de01e55901195b68cdea4d6d4f71cac399 (diff)
use xvfb to run the jasmine specs
-rw-r--r--script/ci.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/script/ci.sh b/script/ci.sh
index b915cf5b..e827238a 100644
--- a/script/ci.sh
+++ b/script/ci.sh
@@ -8,4 +8,4 @@ rvm use ruby-1.9.3-p429@cakeside
echo 'bundle install'
bundle install --without production
cp config/database.yml.example config/database.yml
-bundle exec rake ci --trace
+xvfb-run bundle exec rake ci --trace