Merge pull request #26 from tbetbetbe/ruby-auth-fix-travis
Updates .travis.yml to update bundler
This commit is contained in:
commit
de997c7a7f
|
@ -8,6 +8,7 @@ rvm:
|
||||||
- jruby
|
- jruby
|
||||||
script: "bundle exec rake"
|
script: "bundle exec rake"
|
||||||
before_install:
|
before_install:
|
||||||
|
- gem update bundler
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install idn
|
- sudo apt-get install idn
|
||||||
notifications:
|
notifications:
|
||||||
|
|
Loading…
Reference in New Issue