Skip to content

Commit

Permalink
Fix 2.3.0 version abd remove ruby 2.1 from travis test matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
twalpole committed Dec 28, 2015
1 parent 999df6f commit 957c35f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,8 @@ language: ruby
sudo: false
rvm:
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.3.0
- jruby-9.0.3.0
- rbx-2
gemfile:
Expand All @@ -18,7 +17,7 @@ matrix:
- gemfile: gemfiles/Gemfile.base-versions
rvm: 1.9.3
- gemfile: gemfiles/Gemfile.beta-versions
rvm: 2.3
rvm: 2.3.0
- gemfile: Gemfile
rvm: 2.2
env: CAPYBARA_CHROME=true
Expand Down

0 comments on commit 957c35f

Please sign in to comment.