Sha256: d4a5c52a3e664a0d3f699cc4ed6226e7fc696a80a411d2d0c06e6a398e4d9273

Contents?: true

Size: 293 Bytes

Versions: 2

Compression:

Stored size: 293 Bytes

Contents

language: ruby
rvm:
- 2.3.1
install:
- travis_retry bundle install
# script: bundle exec rspec
notifications:
  slack: "$SLACK_TOKEN"
  email: false
deploy:
  provider: rubygems
  api_key:
    secure: 63b5df1bb3cccc852a8735dac74655b0
  gem: kishu
  on:
    tags: true
    repo: datacite/kishu

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
kishu-1.0.4 .travis.yml
kishu-1.0.3 .travis.yml