Merge pull request #322 from railscard/travis_ci_bundler_fix
Update bundler before travis builds
This commit is contained in:
commit
4ca2f987f1
|
@ -13,6 +13,7 @@ script: "rake spec:all"
|
||||||
before_install:
|
before_install:
|
||||||
- sudo apt-get update
|
- sudo apt-get update
|
||||||
- sudo apt-get install idn
|
- sudo apt-get install idn
|
||||||
|
- gem update bundler
|
||||||
notifications:
|
notifications:
|
||||||
email:
|
email:
|
||||||
recipients:
|
recipients:
|
||||||
|
|
Loading…
Reference in New Issue