Skip to content

Commit

Permalink
Fix travis CI error (rubygems/bundler#3558)
Browse files Browse the repository at this point in the history
  • Loading branch information
oleksandrbyk committed Jan 8, 2016
1 parent 2250c2f commit b56db2b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
language:
- ruby
before_install:
- sudo apt-get update -qq
- gem update bundler
bundler_args: --verbose
sudo: required
rvm:
Expand All @@ -26,6 +29,7 @@ matrix:
include:
- rvm: 1.8.7
before_install:
- sudo apt-get update -qq
- gem update --system 1.8.25
- gem --version
gemfile: gemfiles/2.3.gemfile
Expand Down

0 comments on commit b56db2b

Please sign in to comment.