Sha256: 771f126a550daab933ffb16f5be7e904c2ee9273908358ed3473ca32819db8be

Contents?: true

Size: 457 Bytes

Versions: 3

Compression:

Stored size: 457 Bytes

Contents

---
sudo: false

language: ruby

cache: bundler

rvm:
  - 2.3.3
  - 2.4.2
  - 2.5.7
  - 2.6.5
  - 2.7.1

before_install: gem install bundler

gemfile:
  - Gemfile
bundler_args: "--without development --deployment"

install:
  - bundle install

script:
  - ruby -e "if RUBY_VERSION >= '2.7'; system('bundle exec rubocop --fail-level=W'); end"
  - bundle exec rspec spec --exclude-pattern "spec/r2-oas/tasks/tool_spec.rb,spec/r2-oas/tool/paths/stats_spec.rb"

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
r2-oas-0.3.2 .travis.yml
r2-oas-0.3.1 .travis.yml
r2-oas-0.3.0 .travis.yml