Sha256: 16f07379e4abb8fe306d5f928332d3ad8e2bad8ff930347cf42763387cd5d584
Contents?: true
Size: 444 Bytes
Versions: 7
Compression:
Stored size: 444 Bytes
Contents
sudo: false language: ruby bundler_args: --path vendor/bundle --jobs=3 --retry=3 script: bundle exec rspec cache: bundler before_install: - gem install bundler - bundle config --local without local_development yard guard rvm: # 2.1, not 2.1.0 until fixed https://github.com/travis-ci/travis-ci/issues/2220 - 2.2 - 2.1 - 2.0.0 - 1.9.2 - 1.9.3 - jruby - "rbx-2" matrix: allow_failures: - rvm: rbx-2 fast_finish: true
Version data entries
7 entries across 7 versions & 2 rubygems