Sha256: 518167cccebfc4021ae237a5d792ec5e1bc7c39ed92da2f9e8febc5df326308e

Contents?: true

Size: 332 Bytes

Versions: 5

Compression:

Stored size: 332 Bytes

Contents

language: ruby
dist: trusty

before_install:
  - gem update --system
  - gem install bundler  

script:
  - bundle exec rake
  
rvm:
  - 2.7.0
  - 2.6.5
  - 2.5.7
  - 2.4.6
  - jruby-9.1.9.0
  
matrix:
  allow_failures:
    - rvm: ruby-head
    - rvm: jruby-9.1.9.0
    - rvm: jruby-head

# whitelist
branches:
  only:
    - master

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
zenlish-0.2.06 .travis.yml
zenlish-0.2.05 .travis.yml
zenlish-0.2.04 .travis.yml
zenlish-0.2.03 .travis.yml
zenlish-0.2.02 .travis.yml