Sha256: e99e446b51425ce8f68502e7c9fdecff3b31c029679e3453882721e2032210ab

Contents?: true

Size: 289 Bytes

Versions: 6

Compression:

Stored size: 289 Bytes

Contents

sudo: false
language: ruby
rvm:
  - 2.3.1
before_install:
  - gem install bundler -v 1.12.3
  - gem install rubocop -v 0.40.0
  - git config --global user.name "Your Name"
  - git config --global user.email "you@example.com"
script:
  - rubocop .
  - bundle exec rspec spec
  - rake build

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
lookfile-0.1.5 .travis.yml
lookfile-0.1.4 .travis.yml
lookfile-0.1.3 .travis.yml
lookfile-0.1.2 .travis.yml
lookfile-0.1.1 .travis.yml
lookfile-0.1.0 .travis.yml