Skip to content

Commit

Permalink
Update ruby versions (#163)
Browse files Browse the repository at this point in the history
* update supported rubygems to include 2.5.0, 2.4.3, 2.3.6, 2.2.9 and jruby 9.1.15.0
  • Loading branch information
olbrich committed Dec 27, 2017
1 parent 3db8ab4 commit a4c370b
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
@@ -1 +1 @@
2.2.8
2.2.9
11 changes: 7 additions & 4 deletions .travis.yml
@@ -1,11 +1,14 @@
sudo: false
language: ruby
rvm:
- 2.4.2
- 2.3.5
- 2.2.8
- 2.5.0
- 2.4.3
- 2.3.6
- 2.2.9
- ruby-head
- jruby-9.1.13.0
- jruby-9.1.15.0
before_install:
- gem update --system
before_script:
- curl -L https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 > ./cc-test-reporter
- chmod +x ./cc-test-reporter
Expand Down

0 comments on commit a4c370b

Please sign in to comment.