Sha256: 35f785ee667609934628136cc0cbc71610e5d364ebe4cd9ba3157d3327818bd1

Contents?: true

Size: 374 Bytes

Versions: 2

Compression:

Stored size: 374 Bytes

Contents

language: ruby
rvm:
- 2.3.1
before_install:
- cp spec/support/config/config.uat.yml spec/support/config/config.yml
notifications:
  email:
    on_success: always
    on_failure: always
sudo: false
cache: bundler
deploy:
  script: echo "正在部署到 rubygems.org"
  provider: rubygems
  skip_cleanup: true
  gem:
    lanmao
  on:
    tags: true
  api_key:
    secure: ddd

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
lanmao-0.12.0 .travis.yml
lanmao-0.11.0 .travis.yml