Sha256: a98c2c480ae74de116f0abdeb03508071bf80d8ae8ac743fe3c9ee708554a315

Contents?: true

Size: 276 Bytes

Versions: 3

Compression:

Stored size: 276 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: "$RUBYGEMS_KEY"
  gem: kishu
  on:
    tags: true
    repo: datacite/kishu

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
kishu-1.0.2 .travis.yml
kishu-1.0.1 .travis.yml
kishu-1.0.0 .travis.yml