Sha256: cf7b58ae5523d07eda6a5cfe376fff903ef1ba1d33404ef27bf0b7c9a2cf48b1

Contents?: true

Size: 347 Bytes

Versions: 3

Compression:

Stored size: 347 Bytes

Contents

---
language: ruby
cache: bundler
before_install: gem install bundler
os: linux
dist: xenial
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_engine-0.8.0 .travis.yml
smart_engine-0.7.0 .travis.yml
smart_engine-0.6.0 .travis.yml