1
0
Fork 0
mirror of https://github.com/ms-ati/docile synced 2023-03-27 23:21:52 -04:00

Attempt workaround for temporary bundler-rubygems incompatibility on 1.8

This commit is contained in:
Marc Siegel 2013-12-30 10:31:40 -05:00
parent f9f9443e77
commit f2bfef07ed

View file

@ -1,5 +1,11 @@
language: ruby
bundler_args: --without development
# NOTE (2013-12-30): Temporary workaround for Rubygems-Bundler
# incompatibility on Travis CI for 1.8 builds
# see https://github.com/freerange/mocha/commit/66bab2a8f4e7cd8734bf88e6f32157c0d5153125
before_install:
- gem update --system 2.1.11
- gem --version
rvm:
- 2.1.0
- 2.0.0