Skip to content

Commit

Permalink
Explicitly install newest bundler on TravisCI to avoid gem errors
Browse files Browse the repository at this point in the history
  • Loading branch information
eoinkelly committed Jan 27, 2016
1 parent ac6e666 commit db21d38
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,6 +1,8 @@
language: ruby
cache: bundler
bundler_args: --without development
before_install:
- gem install bundler
rvm:
- 2.1.2
before_script:
Expand Down

0 comments on commit db21d38

Please sign in to comment.