Sha256: f3b702d8893eb41841a8fe8d7caad2d5d4147bf5b39e631de1e6bb83624538b4

Contents?: true

Size: 349 Bytes

Versions: 3

Compression:

Stored size: 349 Bytes

Contents

---
language: ruby
cache: bundler
os: linux
dist: xenial
before_install:
- gem install bundler
script:
- bundle exec rake rubocop
- bundle exec rake rspec
jobs:
  fast_finish: true
  include:
  - rvm: 2.4.10
  - rvm: 2.5.8
  - rvm: 2.6.6
  - rvm: 2.7.1
  - rvm: ruby-head
  - rvm: jruby-head
  allow_failures:
  - rvm: ruby-head
  - rvm: jruby-head

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
smart_container-0.8.1 .travis.yml
smart_container-0.8.0 .travis.yml
smart_container-0.7.0 .travis.yml