use latest bundler

i18n_v4
Karl Freeman 2013-12-29 22:45:43 +00:00
parent 1de2f5c290
commit b0a5722b34
1 changed files with 3 additions and 1 deletions

View File

@ -12,5 +12,7 @@ matrix:
- rvm: 2.1.0
- rvm: jruby-19mode
env: TEST=true
before_install: git submodule update --init --recursive
before_install:
- git submodule update --init --recursive
- gem install bundler -v '= 1.5.1'
script: bundle exec rake test