Commit 36bd69ba

mo khan <mo@mokhan.ca>
2013-06-03 02:20:58
use xvfb to run the jasmine specs
1 parent 50d2a6d
Changed files (1)
script
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