Skip to content

Commit

Permalink
fine tune travis yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
DonSchado committed Jun 2, 2017
1 parent 74059e1 commit c4d1b71
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 16 deletions.
22 changes: 6 additions & 16 deletions .travis.yml
@@ -1,24 +1,14 @@
language: ruby
sudo: false
rvm:
- 1.9.3
- 2.0.0
- 2.1.9
- 2.2.5
- 2.3.1
- 2.1.10
- 2.2.7
- 2.3.4
- 2.4.1
- jruby
- jruby-9.1.5.0
- jruby-9.1.10.0
gemfile:
- Gemfile
- Gemfile.rails-3.2
- Gemfile.rails-4.2
matrix:
exclude:
- rvm: 1.9.3
gemfile: Gemfile
- rvm: 2.0.0
gemfile: Gemfile
- rvm: 2.1.9
gemfile: Gemfile
- rvm: jruby
gemfile: Gemfile
- Gemfile.rails-5.1
6 changes: 6 additions & 0 deletions Gemfile.rails-5.1
@@ -0,0 +1,6 @@
source "https://rubygems.org"

gemspec

gem 'activesupport', '~> 5.1.0'
gem 'actionpack', '~> 5.1.0'

0 comments on commit c4d1b71

Please sign in to comment.