mirror of
https://github.com/samsonjs/rack-attack.git
synced 2026-03-25 09:25:49 +00:00
TravisCI: workaround errors on ruby 2.1.0
Use latest bundler version. See https://github.com/travis-ci/travis-ci/issues/1806
This commit is contained in:
parent
d28dcaf0b1
commit
d79fda80d6
1 changed files with 3 additions and 0 deletions
|
|
@ -1,4 +1,7 @@
|
|||
language: ruby
|
||||
# Temporary workaround for minitest 4.7.5 installation error on ruby 2.1.0
|
||||
before_install:
|
||||
- gem install bundler -v '>= 1.5.1'
|
||||
rvm:
|
||||
- 1.9.3
|
||||
- 2.0.0
|
||||
|
|
|
|||
Loading…
Reference in a new issue