Files
jasmine/.travis.yml
Greg Cobb and JR Boyens 6569176cc9 Run specs on multiple browsers
2013-07-18 16:32:33 -07:00

16 lines
330 B
YAML

# before_script:
# - "sh -e /etc/init.d/xvfb start"
before_install:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- "sh -e travis-chromium-script.sh"
script: "DISPLAY=:99.0 bundle exec rake core_spec"
rvm:
- "1.9.3"
env:
- JASMINE_BROWSER=firefox
- JASMINE_BROWSER=chrome
- JASMINE_BROWSER=phantomjs