Merge pull request #139 from hunner/gh_releases
Adding travis github automatic forge releases
This commit is contained in:
commit
2a534efe82
1 changed files with 19 additions and 5 deletions
24
.travis.yml
24
.travis.yml
|
@ -1,15 +1,29 @@
|
||||||
|
---
|
||||||
|
branches:
|
||||||
|
only:
|
||||||
|
- master
|
||||||
language: ruby
|
language: ruby
|
||||||
bundler_args: --without development
|
bundler_args: --without development
|
||||||
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
|
script: bundle exec rake spec SPEC_OPTS='--format documentation'
|
||||||
|
after_success:
|
||||||
|
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-release
|
||||||
|
- .forge-release/publish
|
||||||
rvm:
|
rvm:
|
||||||
- 1.8.7
|
- 1.8.7
|
||||||
- 1.9.3
|
- 1.9.3
|
||||||
- 2.0.0
|
- 2.0.0
|
||||||
env:
|
env:
|
||||||
- PUPPET_GEM_VERSION="~> 2.7.0"
|
matrix:
|
||||||
- PUPPET_GEM_VERSION="~> 3.0.0"
|
- PUPPET_GEM_VERSION="~> 2.7.0"
|
||||||
- PUPPET_GEM_VERSION="~> 3.1.0"
|
- PUPPET_GEM_VERSION="~> 3.0.0"
|
||||||
- PUPPET_GEM_VERSION="~> 3.2.0"
|
- PUPPET_GEM_VERSION="~> 3.1.0"
|
||||||
|
- PUPPET_GEM_VERSION="~> 3.2.0"
|
||||||
|
global:
|
||||||
|
- PUBLISHER_LOGIN=puppetlabs
|
||||||
|
- secure: |-
|
||||||
|
ipB/CV1rVSTXU9ZDuzrFOlzJrRmJob36tKns2xszuH4r9s5P9qivNAngRGdV
|
||||||
|
msb69xvOlzQykM0WRF+4kJ6TZ7AbMiDI+VZ8GDtsRaU5/q3BpsvFe8aato+6
|
||||||
|
QeyFtBG62OsosTEhGws4mqiFsPDu3dHlakuJc9zevlTuhNwbKSs=
|
||||||
matrix:
|
matrix:
|
||||||
exclude:
|
exclude:
|
||||||
- rvm: 1.9.3
|
- rvm: 1.9.3
|
||||||
|
|
Loading…
Reference in a new issue