Sha256: 96e8d5d1e7b5d90d21850e85b07a209c680a6be9b5e50b390a9546e64cdfec24

Contents?: true

Size: 228 Bytes

Versions: 4

Compression:

Stored size: 228 Bytes

Contents

sudo: false
cache: bundler
language: ruby
before_install:
  - gem update bundler
rvm:
  - 2.3
  - 2.4
  - 2.5
  - 2.6
script:
  - bundle exec rubocop --config .rubocop.yml
  - bundle exec rake test
notifications:
  email: false

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
smart_todo-1.2.0 .travis.yml
smart_todo-1.1.0 .travis.yml
smart_todo-1.0.2 .travis.yml
smart_todo-1.0.1 .travis.yml