Skip to content

Commit

Permalink
Update ruby versions tests
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Jan 3, 2018
1 parent 57e3c9d commit b368518
Showing 1 changed file with 7 additions and 6 deletions.
13 changes: 7 additions & 6 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ language: ruby
sudo: required
dist: trusty
rvm:
- 2.4.2
- 2.3.5
- 2.5.0

This comment has been minimized.

Copy link
@BrianHawley

BrianHawley Jan 3, 2018

Maybe you meant to add 2.5.0 and edit 2.4.2 to be 2.4.3, instead of this edit?

This comment has been minimized.

Copy link
@twalpole

twalpole Jan 3, 2018

Author Member

@BrianHawley 2.4.3 is tested in a couple of other tests in the matrix - https://travis-ci.org/teamcapybara/capybara/builds/324664022

This comment has been minimized.

Copy link
@twalpole

twalpole Jan 3, 2018

Author Member

@BrianHawley Additionally this will all be moot since it'll be changing again as soon as the 3.0_dev branch is merged into master (within a couple of hours hopefully)

- 2.3.6
- jruby-9.1.13.0
gemfile:
- Gemfile
Expand All @@ -26,15 +26,15 @@ addons:
matrix:
include:
- gemfile: gemfiles/Gemfile.rspec-34
rvm: 2.3.5
rvm: 2.3.6
env: CAPYBARA_FF=true
addons:
firefox: latest
apt:
packages:
- awesome
- gemfile: Gemfile
rvm: 2.4.2
rvm: 2.4.3
env: HEADLESS=true
- gemfile: gemfiles/Gemfile.ruby-20
env:
Expand All @@ -56,7 +56,7 @@ matrix:
packages:
- awesome
- gemfile: gemfiles/Gemfile.beta-versions
rvm: 2.3.5
rvm: 2.5.0
env: CAPYBARA_FF=true
addons:
firefox: latest-beta
Expand All @@ -72,7 +72,7 @@ matrix:
packages:
- awesome
- gemfile: Gemfile
rvm: 2.4.2
rvm: 2.4.3
env: CAPYBARA_FF=true HEADLESS=true
addons:
firefox: latest
Expand All @@ -96,6 +96,7 @@ before_install:
popd;
bundle config local.selenium-webdriver ../selenium/build/rb;
fi
- gem update --system
- gem update bundler
before_script:
- if [[ -z $HEADLESS ]]; then
Expand Down

0 comments on commit b368518

Please sign in to comment.