Files
jasmine/.travis.yml
Davis W. Frank & Rajan Agaskar f7c9aaa996 Setup Travis build
2012-12-03 15:40:00 -08:00

10 lines
210 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 jasmine_core_spec"
rvm:
- "1.9.3"