Sha256: a07dcc9b1a73f51b864d765043992aab5609ea37f32c8b08bed8003a51145d13

Contents?: true

Size: 334 Bytes

Versions: 4

Compression:

Stored size: 334 Bytes

Contents

language: ruby

sudo: false

rvm:
  - 2.3
  - 2.4
  - 2.5
  - ruby-head

before_install: gem install bundler

env: SUITE="rspec"

script: bundle exec $SUITE

matrix:
  fast_finish: true
  # Only run RuboCop on the latest Ruby
  include:
    - rvm: 2.5
      env: SUITE="rubocop"
  allow_failures:
    - rvm: ruby-head

cache: bundler

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ezclient-1.2.0 .travis.yml
ezclient-1.1.0 .travis.yml
ezclient-0.12.0 .travis.yml
ezclient-0.11.0 .travis.yml