We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7884ff7 + e16e0df commit 3fa4154Copy full SHA for 3fa4154
.travis.yml
@@ -5,9 +5,6 @@ branches:
5
language: ruby
6
bundler_args: --without development
7
script: "bundle exec rake spec SPEC_OPTS='--format documentation'"
8
-after_success:
9
- - git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-release
10
- - .forge-release/publish
11
rvm:
12
- 1.8.7
13
- 1.9.3
@@ -17,12 +14,6 @@ env:
17
14
- PUPPET_GEM_VERSION="~> 2.7.0"
18
15
- PUPPET_GEM_VERSION="~> 3.3.0"
19
16
- PUPPET_GEM_VERSION="~> 3.4.0"
20
- global:
21
- - PUBLISHER_LOGIN=puppetlabs
22
- - secure: |-
23
- Hc9OPm/kRTmjXSP3TbLir/y6Yy1LqmZS8zrqxdTbpo3Z04EYv1uKhaFDpECl
24
- 0a6bJRUWpLWIuDco08fHMeCTWoFGzE97EDelhHKSYiTNllzYKWPHy7ki/al6
25
- wjz0gLtiDfmktHQOHatBy6EKLFjoyjGoE4cUUta4Ixq4tMBNzEA=
26
matrix:
27
fast_finish: true
28
exclude:
0 commit comments