Sha256: fd7fc3e700d30cb8a7332681e5e8bc79447da3c569074a04b1ab7c5f33c52327
Contents?: true
Size: 624 Bytes
Versions: 2
Compression:
Stored size: 624 Bytes
Contents
language: ruby cache: - bundler before_install: - gem install bundler -v 1.15 install: - bundle install rvm: - 2.3.1 - 2.4.1 notifications: email: recipients: - me@benabrams.it on_success: change on_failure: always script: - gem build knife-cookbook-cleanup.gemspec - gem install knife-cookbook-cleanup-*.gem - bundle exec rubocop -D # deploy: # provider: rubygems # api_key: # secure: <encrypted rubygems deploy key> # gem: knife-cookbook-cleanup # on: # tags: true # all_branches: true # rvm: 2.3.0 # rvm: 2.4.1 # repo: majormoses/knife-cookbook-cleanup
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
knife-cookbook-cleanup-1.1.0 | .travis.yml |
knife-cookbook-cleanup-1.0.0 | .travis.yml |