Skip to content
This repository has been archived by the owner on Nov 19, 2019. It is now read-only.

Commit

Permalink
Only test MRI 2.3 and Rails 5
Browse files Browse the repository at this point in the history
Other versions may still work; this is just to reduce the
headache of testing, given limited time.
  • Loading branch information
nathanl committed Jul 7, 2016
1 parent e068245 commit a91971b
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 35 deletions.
17 changes: 2 additions & 15 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,6 @@
language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- jruby-19mode # JRuby in 1.9 mode
- rbx-2
- 2.3.1

gemfile:
- gemfiles/3.2.gemfile
- gemfiles/4.0.gemfile
- gemfiles/4.1.gemfile
- gemfiles/4.2.gemfile

matrix:
exclude:
- rvm: rbx
gemfile: gemfiles/4.0.gemfile
- gemfiles/5.0.gemfile
6 changes: 0 additions & 6 deletions gemfiles/4.0.gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions gemfiles/4.1.gemfile

This file was deleted.

6 changes: 0 additions & 6 deletions gemfiles/4.2.gemfile

This file was deleted.

4 changes: 2 additions & 2 deletions gemfiles/3.2.gemfile → gemfiles/5.0.gemfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source 'https://rubygems.org'

gem 'rails', '~> 3.2.3'
gem 'rspec', '~> 2.14.0'
gem 'rails', '~> 5.0'
gem 'rspec', '~> 3.4'

gemspec path: '../'

0 comments on commit a91971b

Please sign in to comment.