Sha256: fc79dd15ebe621a93956e9ea05cebe852b6eb044faa223063f83ca7a9af5231b

Contents?: true

Size: 344 Bytes

Versions: 3

Compression:

Stored size: 344 Bytes

Contents

---
language: ruby
cache: bundler
os: linux
before_install:
- gem install bundler -v 2.1.2
script:
- bundle exec rake rubocop
- bundle exec rake rspec
jobs:
  fast_finish: true
  include:
  - rvm: 2.4.9
  - rvm: 2.5.7
  - rvm: 2.6.5
  - rvm: 2.7.0
  - 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.6.0 .travis.yml
smart_container-0.5.0 .travis.yml
smart_container-0.4.0 .travis.yml