Sha256: b9e3d1eb1ef4bf751158d9ba11f578a0368d02ada7a203f8e1fd969fd9242a27
Contents?: true
Size: 557 Bytes
Versions: 2
Compression:
Stored size: 557 Bytes
Contents
# Send builds to container-based infrastructure # http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false language: ruby before_install: # This is required since 2.6.8 has issue when installing `rainbow` # https://github.com/sickill/rainbow/issues/48 - gem update --system - gem --version cache: - bundler rvm: - 2.4 - 2.5 - 2.6 - 2.7 - ruby-head gemfile: - gemfiles/contracts_15_0.gemfile - gemfiles/contracts_16_0.gemfile matrix: fast_finish: true allow_failures: - rvm: 2.7 - rvm: ruby-head
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
contracted_value-0.1.0 | .travis.yml |
contracted_value-0.1.0.alpha.1 | .travis.yml |