Sha256: 18d7f3c94d8d99f21210c14d1fef96ab1ba7b14d56ad03d2a0c3f73190d3603b

Contents?: true

Size: 633 Bytes

Versions: 3

Compression:

Stored size: 633 Bytes

Contents

---
sudo: false
language: ruby
cache: bundler
dist: focal
script: 'bundle exec rake test'
bundler_args: --without release
rvm:
  - 2.5
  - 2.6
  - 2.7
notifications:
  email: false
  irc:
    on_success: always
    on_failure: always
    channels:
      - "chat.freenode.org#voxpupuli-notifications"
deploy:
  provider: rubygems
  api_key:
    secure: "Tbf1EbLEobIIox+fftJZADZsfQQ6kl0urcMNetK7NJzFo/negD/WyJIUj3kro/B7buyYADEjTui/JR4o8EPbugfM3ie5vYOd5k3AesSzbdr4BSwGe/cGbGOB7/PZuGfFLkb94/FiCU2mIwibkbh1rHWGlBoPj7ntL0+5ZtdvsM4="
  gem: modulesync
  on:
    rvm: 2.7
    tags: true
    all_branches: true
    repo: voxpupuli/modulesync

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
modulesync-2.0.2 .travis.yml
modulesync-2.0.1 .travis.yml
modulesync-2.0.0 .travis.yml