Skip to content

Commit

Permalink
Merge pull request #88 from stitchfix/update-ruby-versions
Browse files Browse the repository at this point in the history
Update Ruby to latest 2 minor versions
  • Loading branch information
alimac authored Jan 10, 2020
2 parents b49cb4f + e25532f commit ae00090
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .ruby-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2.6.3
2.7.0
7 changes: 5 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
language: ruby
rvm:
- 2.4.4
- 2.5.1
- 2.6
- 2.7
- ruby-head
notifications:
email: false
jobs:
allow_failures:
- rvm: ruby-head

0 comments on commit ae00090

Please sign in to comment.