Sha256: 312c951d860eebc7ff21ebeae2771e539932fc94779db8b18daa022968ad8da1

Contents?: true

Size: 290 Bytes

Versions: 3

Compression:

Stored size: 290 Bytes

Contents

language: ruby
sudo: false
cache: bundler
before_install:
  - gem install bundler
script:
  - bundle exec rubocop
  - bundle exec rake test
rvm:
  - 2.5.0
  - 2.6.2
  - ruby-head
  - jruby-head
  - rbx-3
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-head
    - rvm: rbx-3

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
opushon-0.2.4 .travis.yml
opushon-0.2.3 .travis.yml
opushon-0.2.2 .travis.yml