Skip to content

Commit

Permalink
remove 2.7 testing, update before_install
Browse files Browse the repository at this point in the history
- since bundler 2 is not compatible prior to 2.7 and I don't want to
figure out how to switch based on ruby versions, just skip testing 2.7
for a while. I'll update this when the CF team that uses this gem asks
me to.
  • Loading branch information
XenoPhex committed Feb 29, 2020
1 parent 074afa7 commit fe01276
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ rvm:
- 2.5.5
- 2.5
- 2.6
- 2.7
before_install: gem install bundler -v 1.16.0
before_install: gem install bundler -v 1.17.0

0 comments on commit fe01276

Please sign in to comment.