Sha256: 7ba66fe2171115eeeb1fe598b6bc6e2e18dc0be568c143d9cfe34102ca5cd790

Contents?: true

Size: 612 Bytes

Versions: 6

Compression:

Stored size: 612 Bytes

Contents

language: ruby
rvm:
  - 2.5.0
  - 2.6.2
  - 2.7.1
os:
  - osx
  - linux
gemfile:
  - Gemfile
  - ci/Gemfile.rubocop-0.80
  - ci/Gemfile.rubocop-0.81
  - ci/Gemfile.rubocop-0.82
  - ci/Gemfile.rubocop-0.83
  - ci/Gemfile.rubocop-0.84
  - ci/Gemfile.rubocop-0.85
  - ci/Gemfile.rubocop-0.85.1
before_install:
  - yes | gem update --system --force
  - gem uninstall bundler
  - gem install bundler -v 2.1.4
  - bundle config git.allow_insecure true
install:
  - bundle install
  - bundle exec rake setup
  - bundle exec rake git:config
script:
  - bundle exec rake spec
  - bundle exec rake install
  - rfix --help

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rfix-1.0.5 .travis.yml
rfix-1.0.4 .travis.yml
rfix-1.0.3 .travis.yml
rfix-1.0.2 .travis.yml
rfix-1.0.1 .travis.yml
rfix-1.0.0 .travis.yml