Sha256: c3d0fc4b155717d2da35f93205ed9ddc1905db094b1810059b9cd2db5c1a8bc0

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

language: ruby
sudo: false
cache: bundler
before_install: gem install bundler
env: SUITE="rspec"
script: bundle exec $SUITE
matrix:
  fast_finish: true
  include:
    - rvm: 2.3
    - rvm: 2.4
    - rvm: 2.5
    - rvm: 2.6
    - rvm: ruby-head
    - rvm: 2.6
      env: SUITE="rubocop"
  allow_failures:
    - rvm: ruby-head

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ezclient-1.3.0 .travis.yml