Skip to content

Commit

Permalink
Update Travis test matrix.
Browse files Browse the repository at this point in the history
  • Loading branch information
rgrove committed Jul 17, 2016
1 parent 4256417 commit 3b6b4c8
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@ tmp/
.yardoc/
._*
.DS_Store
.ruby-version
Gemfile.lock
9 changes: 7 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,12 @@
language: ruby

# Workaround for a Travis bug that breaks Bundler in Ruby 1.9.3.
# https://github.com/travis-ci/travis-ci/issues/5239
before_install:
- gem install bundler

rvm:
- 1.9.3
- 2.0.0
- 2.1.6
- 2.2.2
- 2.3.1
- ruby-head

0 comments on commit 3b6b4c8

Please sign in to comment.