Run specs on multiple browsers
This commit is contained in:
@@ -2,7 +2,8 @@
|
||||
# - "sh -e /etc/init.d/xvfb start"
|
||||
before_install:
|
||||
- "export DISPLAY=:99.0"
|
||||
- "sh -e /etc/init.d/xvfb start"#
|
||||
- "sh -e /etc/init.d/xvfb start"
|
||||
- "sh -e travis-chromium-script.sh"
|
||||
script: "DISPLAY=:99.0 bundle exec rake core_spec"
|
||||
|
||||
rvm:
|
||||
@@ -11,5 +12,4 @@ rvm:
|
||||
env:
|
||||
- JASMINE_BROWSER=firefox
|
||||
- JASMINE_BROWSER=chrome
|
||||
- JASMINE_BROWSER=safari
|
||||
- JASMINE_BROWSER=phantomjs
|
||||
|
||||
Reference in New Issue
Block a user