Sha256: 558b71e5ba7ea371e4f14c1921cd71e4efc47cdbf5dce0ff2ff31a0a30568cce

Contents?: true

Size: 573 Bytes

Versions: 3

Compression:

Stored size: 573 Bytes

Contents

---
sudo: false
language: ruby
cache: bundler
dist: trusty
before_install:
  - gem update --system
  - gem install bundler
script: 'bundle exec rake test'
rvm:
  - 2.0
  - 2.1.9
  - 2.2.6
  - 2.3.3
  - 2.4.0
notifications:
  email: false
deploy:
  provider: rubygems
  api_key:
    secure: "Tbf1EbLEobIIox+fftJZADZsfQQ6kl0urcMNetK7NJzFo/negD/WyJIUj3kro/B7buyYADEjTui/JR4o8EPbugfM3ie5vYOd5k3AesSzbdr4BSwGe/cGbGOB7/PZuGfFLkb94/FiCU2mIwibkbh1rHWGlBoPj7ntL0+5ZtdvsM4="
  gem: modulesync
  on:
    rvm: 2.4.0
    tags: true
    all_branches: true
    repo: voxpupuli/modulesync

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
modulesync-0.8.2 .travis.yml
modulesync-0.8.1 .travis.yml
modulesync-0.8.0 .travis.yml