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:
Yorick Peterse 2014-11-15 19:43:40 +01:00
parent 8b28656087
commit 02e00019ff
1 changed files with 3 additions and 0 deletions

View File

@ -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