Sha256: d6938cae73a232660ff93190c41c076c4a5075cf1270dadae91ff2b02667a2c3

Contents?: true

Size: 246 Bytes

Versions: 5

Compression:

Stored size: 246 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.5.0
before_install:
  - gem uninstall -v '>= 2' -i $(rvm gemdir)@global -ax bundler || true
  - gem install -v 1.16.4 bundler --no-rdoc --no-ri
  - bundle install
cache: bundler
script:
  - rubocop
  - rspec

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
atol-0.8.1 .travis.yml
atol-0.7.1 .travis.yml
atol-0.7 .travis.yml
atol-0.6 .travis.yml
atol-0.5.1 .travis.yml