Skip to content

Commit

Permalink
Update Bundler before running TravisCI
Browse files Browse the repository at this point in the history
Bundler is failing to run the install command because the required
version of Bundler is newer than the version that is included. This
change should fix that.
  • Loading branch information
J.R. Garcia committed Nov 6, 2015
1 parent 5fade3c commit 67e1b13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
@@ -1,5 +1,6 @@
language: ruby
sudo: false
before_install: gem install bundler
matrix:
allow_failures:
- rvm: jruby-head
Expand Down

0 comments on commit 67e1b13

Please sign in to comment.