Move more things out to the core_script

This commit is contained in:
JR Boyens
2013-07-26 12:35:24 -07:00
parent d10b93cd28
commit 8d295a2612
2 changed files with 7 additions and 5 deletions

View File

@@ -1,9 +1,4 @@
---
before_install:
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
before_script:
- test $USE_SAUCE == "true" && curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
script: $TEST_COMMAND
language: ruby
rvm: 1.9.3

View File

@@ -2,4 +2,11 @@
export DISPLAY=:99.0
/etc/init.d/xvfb start
if [ $USE_SAUCE == true ]
then
curl https://gist.github.com/santiycr/5139565/raw/sauce_connect_setup.sh | bash
fi
bundle exec rake core_spec