Skip to content

Commit

Permalink
add ghpublisher to travis file
Browse files Browse the repository at this point in the history
  • Loading branch information
saz committed Sep 29, 2013
1 parent 36a7d4b commit eae28e6
Showing 1 changed file with 10 additions and 3 deletions.
13 changes: 10 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,19 +1,26 @@
language: ruby
rvm:
- 1.8.7
- 1.8.7
before_script:
after_script:
script: "rake spec"
script: rake spec
after_success:
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng
- .forge-releng/publish
branches:
only:
- master
- master
env:
matrix:
- PUPPET_VERSION=2.6.9
- PUPPET_VERSION=2.7.6
- PUPPET_VERSION=2.7.13
- PUPPET_VERSION=3.0.0
- PUPPET_VERSION=3.1.0
- PUPPET_VERSION=3.3.0
global:
PUBLISHER_LOGIN=saz
secure: KHycFEf0ALVjITczYG0pcfk912muQkbJiGzKa5yyC8C9ppDW+dTYgDQu8AO1KXFHzdsNUASY2XNjrJNv27w7A2eMp88qU1ID1s8CWALph4fuxGcM/HoPw9q8sldJ9/sHGlY9YeDEeIvgt9qkwKtG/kb7dN7la42nv5fffWE95OU=
notifications:
email: false
gemfile: .gemfile

0 comments on commit eae28e6

Please sign in to comment.