29 строки
714 B
YAML
29 строки
714 B
YAML
---
|
|
branches:
|
|
only:
|
|
- master
|
|
language: ruby
|
|
bundler_args: --without development
|
|
script: bundle exec rake spec SPEC_OPTS='--format documentation'
|
|
after_success:
|
|
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng
|
|
- .forge-releng/publish
|
|
rvm:
|
|
- 1.9.3
|
|
- 2.0.0
|
|
- 2.1.1
|
|
env:
|
|
matrix:
|
|
- PUPPET_GEM_VERSION="~> 2.7.0"
|
|
- PUPPET_GEM_VERSION="~> 3.7.1"
|
|
- PUPPET_GEM_VERSION="~> 4.4.1"
|
|
global:
|
|
- PUBLISHER_LOGIN=saz
|
|
- secure: |-
|
|
EmipIx5A93xnHKwdHfuMPGNLjLz0M0wND0IyeucWhIHE+KtZ48oT+mO2XhnJSpu1DH
|
|
JaSoYgjQpCILvniWg76o+HY1bTDEP3AmUlxNFgfDAOAQfv0RHv2cEcgNxNrxsddx6S
|
|
Ks0FCvVkFgY703X+kBiYTpjP4SBzRe0y9OudSvk=
|
|
notifications:
|
|
email: false
|
|
gemfile: Gemfile
|