Sha256: be422763ebb3012eca6c58a2a2bcb4c62fbac3b1a4ee2339d9e5f46a2ed058c6
Contents?: true
Size: 444 Bytes
Versions: 3
Compression:
Stored size: 444 Bytes
Contents
# Send builds to container-based infrastructure # http://docs.travis-ci.com/user/workers/container-based-infrastructure/ sudo: false language: ruby cache: - bundler rvm: - 2.0 - 2.1.8 - 2.2.4 - 2.3.0 - ruby-head script: bundle exec rspec spec # ! Update bundler before running test in Travis to avoid buggy version of bundler before_install: - gem update bundler matrix: fast_finish: true allow_failures: - rvm: ruby-head
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
http-exceptions-0.1.2 | .travis.yml |
http-exceptions-0.1.1 | .travis.yml |
http-exceptions-0.1.0 | .travis.yml |