Overwrite installation procedure for Travis.
See https://github.com/travis-ci/travis-ci/issues/2821 and https://github.com/rubygems/rubygems/pull/1005.
This commit is contained in:
parent
8b28656087
commit
02e00019ff
|
@ -7,6 +7,9 @@ before_install:
|
|||
- sudo apt-get update -qq
|
||||
- sudo apt-get install -qq ragel
|
||||
|
||||
install:
|
||||
- bundle install --retry=3
|
||||
|
||||
rvm:
|
||||
- 1.9
|
||||
- 2.0
|
||||
|
|
Loading…
Reference in New Issue