Skip to content

Commit

Permalink
Merge pull request #107 from olleolleolle/patch-1
Browse files Browse the repository at this point in the history
CI: Use 2.6.1, allow Bundler 2
  • Loading branch information
brandur committed Feb 25, 2019
2 parents 923c0d8 + 778158a commit c141555
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,20 +7,12 @@ rvm:
- 2.3.8
- 2.4.5
- 2.5.3
- 2.6.0

before_install:
# Bundler 2.0 killed support for old Rubies. Let's continue to build with
# them for now by using an old Bundler. It's plausible to just get rid of
# this if it becomes untenable/difficult to upkeep.
- gem install bundler -v '< 2'
- 2.6.1

script: bundle exec rake

notifications:
email: false

sudo: false

git:
depth: 10

0 comments on commit c141555

Please sign in to comment.