Sha256: b596cf86453a9f275bb3d9a4f8f0112371781b1c676b52c9de35ae5459dce0b2

Contents?: true

Size: 254 Bytes

Versions: 7

Compression:

Stored size: 254 Bytes

Contents

---
sudo: false
language: ruby
cache: bundler
rvm:
  - 2.3.1
before_install: gem install bundler

script:
  - bundle install
  # disabled cause of: An error occurred while Style/PercentLiteralDelimiters cop
  # - bundle exec rubocop
  - bundle exec rspec

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
pub_sub_model_sync-0.2.3 .travis.yml
pub_sub_model_sync-0.2.2 .travis.yml
pub_sub_model_sync-0.2.1 .travis.yml
pub_sub_model_sync-0.2.0 .travis.yml
pub_sub_model_sync-0.1.5 .travis.yml
pub_sub_model_sync-0.1.4 .travis.yml
pub_sub_model_sync-0.1.3 .travis.yml