Sha256: 89f717814b13359abd6764d04ae852019d98a36f4b6ab691212a1b6ae54a5458

Contents?: true

Size: 223 Bytes

Versions: 1

Compression:

Stored size: 223 Bytes

Contents

---
sudo: false
dist: trusty
language: ruby

cache: bundler

rvm:
  - 2.1.10
  - 2.2.10
  - 2.3.7
  - 2.4.4
  - 2.5.1

before_install:
  - gem install bundler --no-doc

script:
  - bundle exec rspec
  - bundle exec rubocop

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
csvsql-0.2.0 .travis.yml