Skip to content

Commit

Permalink
Use a more recent version of Bundler
Browse files Browse the repository at this point in the history
This is an attempt to fix bundle errors.
https://travis-ci.org/aetrion/dnsimple-ruby/jobs/97228226
  • Loading branch information
weppos committed Dec 27, 2015
1 parent 8cf9d02 commit aa6405c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
language: ruby
rvm:
- 1.9.3
- 2.0
- 2.1
- 2.2
- 1.9.3
- 2.0
- 2.1
- 2.2
env: COVERALL=1
before_install:
- gem install bundler

0 comments on commit aa6405c

Please sign in to comment.