Skip to content

Commit

Permalink
Update ruby test versions
Browse files Browse the repository at this point in the history
  • Loading branch information
grobie committed Feb 14, 2017
1 parent 47424d1 commit 1b458a0
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
10 changes: 7 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,11 @@
sudo: false
language: ruby
# Needed for rainbow 2.2.1 / rubygems issues.
before_install:
- |
if [[ "$(ruby -e 'puts RUBY_VERSION')" != 1.* ]]; then gem update --system; fi
rvm:
- 1.9.3
- 2.2.5
- 2.3.1
- jruby-9.0.5.0
- 2.3.3
- 2.4.0
- jruby-9.1.5.0
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,6 @@ group :test do
gem 'rake'
gem 'rspec'
gem 'rubocop', ruby_version?('< 2.0') ? '< 0.42' : nil
gem 'term-ansicolor', '< 1.4' if ruby_version?('< 2.0')
gem 'tins', '< 1.7' if ruby_version?('< 2.0')
end

0 comments on commit 1b458a0

Please sign in to comment.