Skip to content

Commit

Permalink
Merge pull request #186 from nicolasleger/patch-1
Browse files Browse the repository at this point in the history
[CI] Test against Ruby versions
  • Loading branch information
intjonathan authored Jul 27, 2018
2 parents becc5ba + 50163b2 commit e172b22
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1
- 2.2
- 2.3
- 2.4
- 2.5
before_install:
- gem update
- gem install bundler

0 comments on commit e172b22

Please sign in to comment.