Sha256: e0527dd91890b6d34e75843377cf3c17243f6c75e0c382d0fafa0e27152368eb

Contents?: true

Size: 628 Bytes

Versions: 2

Compression:

Stored size: 628 Bytes

Contents

language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
- 2.1.5
- "2.2"
- "2.3.1"

matrix:
  allow_failures:
    - rvm: "2.2"
    - rvm: "2.3.1"

sudo: false

cache: bundler

script:
  - bundle exec rake && gem build dpl.gemspec && gem install dpl-*.gem && dpl --provider=script --script='echo foo'

deploy:
  provider: rubygems
  api_key:
    secure: ZmZoDL1tilWvQrqRWDm2K4xQ5Grt9eRJzYVZPLANR0P1TM5BJBLk+UhWCWCPkkDVIBWMa5ANsiFYBxtH65Lw+uqMztSpVusk0l0LQXZGv9jMpT9445A8008U3vvfS0ke7IG8Q4bMAC7Sd6VGaiHDyZC7zmNvnqMpmVX7ShcgBME=
  gem: dpl
  on:
    repo: travis-ci/dpl
    ruby: 2.1.5

notifications:
  webhooks: "http://requestb.in/1guaq7t1"

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
dpl-1.8.18.travis.1529.4 .travis.yml
dpl-1.8.18.travis.1527.4 .travis.yml