Skip to content

Commit

Permalink
Merge pull request #231 from agrare/add_ruby_2_7_to_test_matrix
Browse files Browse the repository at this point in the history
Add ruby 2.7 to the test matrix and attempt to fix travis
  • Loading branch information
tenderlove committed Jul 21, 2020
2 parents ef6efb2 + cedc403 commit 9f3fb05
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 38 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
language: ruby
before_install:
- "echo 'gem: --no-rdoc --no-ri' > ~/.gemrc"
- gem update --system 2.7.8
- gem install bundler -v 1.17.3
rvm:
- 2.0
- 2.1
Expand All @@ -11,6 +9,7 @@ rvm:
- 2.4
- 2.5
- 2.6
- 2.7
- ruby-head
- jruby-head
- rbx-3
Expand Down
36 changes: 0 additions & 36 deletions Gemfile.lock

This file was deleted.

0 comments on commit 9f3fb05

Please sign in to comment.