Sha256: abc2268b1035fea8c731f4e8a716f39bfe8095233306dde37a6988156f0874dc

Contents?: true

Size: 578 Bytes

Versions: 1

Compression:

Stored size: 578 Bytes

Contents

sudo: false
language: ruby
rvm:
- 2.0.0
- 2.1.5
- 2.2.0
- 2.3.0
before_install:
- gem install bundler
script:
- bundle install && bundle exec rake test:unit
- if [ "$INTEG_RECORDED" == "true" ] ; then bundle exec rake test:recorded ; fi
deploy:
  provider: rubygems
  api_key:
    secure: VXi28DFUnQ7tYuvOwwfs4Og0/Wkfq4GWMtU9Wjgn6VuYMuRMzMD34acIpgqCDW4dVLlsCtvx1MIZLvaHe0F5nOJP1LZ88IW8bDEa2dSRMhXXKGf/CF9sOhMxK9uoThMp7FHMSttfasudooIsrQn9FExdCs5s7ndDQ+gOD/QHKjk=
  gem: azure
  on:
    tags: true
    condition: "$TRAVIS_RUBY_VERSION == 2.3.0"
    repo: Azure/azure-sdk-for-ruby

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
azure-0.7.10 .travis.yml