mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
Update build matrix
This commit is contained in:
parent
f2a8ee3ef0
commit
37c7ec8e4e
1 changed files with 3 additions and 17 deletions
20
.travis.yml
20
.travis.yml
|
@ -58,11 +58,6 @@ matrix:
|
||||||
- gemfile: Gemfile
|
- gemfile: Gemfile
|
||||||
rvm: 2.6
|
rvm: 2.6
|
||||||
env: HEADLESS=true
|
env: HEADLESS=true
|
||||||
- gemfile: Gemfile
|
|
||||||
rvm: 2.6
|
|
||||||
env:
|
|
||||||
- HEADLESS=true
|
|
||||||
- W3C=false
|
|
||||||
- gemfile: gemfiles/Gemfile.beta-versions
|
- gemfile: gemfiles/Gemfile.beta-versions
|
||||||
rvm: 2.6
|
rvm: 2.6
|
||||||
env: CAPYBARA_FF=true
|
env: CAPYBARA_FF=true
|
||||||
|
@ -76,19 +71,9 @@ matrix:
|
||||||
env:
|
env:
|
||||||
- CAPYBARA_FF=true
|
- CAPYBARA_FF=true
|
||||||
- CAPYBARA_REMOTE=true
|
- CAPYBARA_REMOTE=true
|
||||||
- gemfile: gemfiles/Gemfile.edge-firefox
|
- gemfile: Gemfile
|
||||||
rvm: ruby-head
|
rvm: ruby-head
|
||||||
env:
|
env: RUBY_OPT=--jit
|
||||||
- CAPYBARA_REMOTE=true
|
|
||||||
- HEADLESS=true
|
|
||||||
- gemfile: gemfiles/Gemfile.edge-firefox
|
|
||||||
rvm: ruby-head
|
|
||||||
env: CAPYBARA_FF=true RUBY_OPT=--jit
|
|
||||||
addons:
|
|
||||||
firefox: latest-nightly
|
|
||||||
apt:
|
|
||||||
packages:
|
|
||||||
- awesome
|
|
||||||
- gemfile: Gemfile
|
- gemfile: Gemfile
|
||||||
rvm: 2.7
|
rvm: 2.7
|
||||||
env: CAPYBARA_FF=true
|
env: CAPYBARA_FF=true
|
||||||
|
@ -138,6 +123,7 @@ matrix:
|
||||||
- gemfile: gemfiles/Gemfile.edge-firefox
|
- gemfile: gemfiles/Gemfile.edge-firefox
|
||||||
- env: CHROME_BETA=true HEADLESS=true
|
- env: CHROME_BETA=true HEADLESS=true
|
||||||
- rvm: jruby-9.2.11.1
|
- rvm: jruby-9.2.11.1
|
||||||
|
- rvm: ruby-head
|
||||||
before_install:
|
before_install:
|
||||||
- gem update --system
|
- gem update --system
|
||||||
- if [[ $BUNDLE_GEMFILE =~ Gemfile.edge-firefox$ ]]; then
|
- if [[ $BUNDLE_GEMFILE =~ Gemfile.edge-firefox$ ]]; then
|
||||||
|
|
Loading…
Reference in a new issue