Updates .travis.yml to update bundler
This commit is contained in:
parent
b5ff47fecb
commit
a6921fef76
|
@ -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