Skip to content

Commit

Permalink
[CI] Test against Ruby versions
Browse files Browse the repository at this point in the history
  • Loading branch information
nicolasleger authored Feb 16, 2018
1 parent e0e9111 commit 50163b2
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 50163b2

Please sign in to comment.