10 lines
202 B
YAML
10 lines
202 B
YAML
# before_script:
|
|
# - "sh -e /etc/init.d/xvfb start"
|
|
before_install:
|
|
- "export DISPLAY=:99.0"
|
|
- "sh -e /etc/init.d/xvfb start"#
|
|
script: "DISPLAY=:99.0 bundle exec rake core_spec"
|
|
|
|
rvm:
|
|
- "1.9.3"
|