Hacking the Gibson

This commit is contained in:
Greg Cobb and JR Boyens
2013-07-18 17:29:33 -07:00
parent bc9c857f43
commit 89a54ea2bb

View File

@@ -1,6 +1,8 @@
before_install:
- "export DISPLAY=:99.0"
- "test \"Darwin\" != `uname` && sh -e /etc/init.d/xvfb start"
- "sudo mkdir -p /etc/init.d/"
- "sudo touch /etc/init.d/xvfb"
- "sh -e /etc/init.d/xvfb start"
#- "sh -e travis-chromium-script.sh"
script: "DISPLAY=:99.0 bundle exec rake core_spec"