Skip to content

Commit

Permalink
Update bundler before running travis build due to a known issue with …
Browse files Browse the repository at this point in the history
…having an outdated version of bundler on travis.

See rubygems/bundler#3559
  • Loading branch information
jkeck committed May 20, 2016
1 parent 37251d7 commit ae9e67c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
language: ruby
# Travis bug, see https://github.com/bundler/bundler/pull/3559
before_install: gem update bundler
rvm:
- ruby-head
- 2.1.1
Expand Down

0 comments on commit ae9e67c

Please sign in to comment.