Sha256: 96035f54c89ec2d3c4907860a749edebe80698bbb87644cbb864b197be04a08d

Contents?: true

Size: 277 Bytes

Versions: 1

Compression:

Stored size: 277 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.3.5
  - 2.4.2
  - 2.5.0
before_install: gem install bundler -v 1.16.1
env: SUITE="rspec"
script: bundle exec $SUITE
matrix:
  fast_finish: true
  # Only run RuboCop on the latest Ruby
  include:
    - rvm: 2.5.0
      env: SUITE="rubocop"

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
ezclient-0.4.0 .travis.yml