Skip to content

Commit adf1c1a

Browse files
committed
Working on adding ghpublisher to repo
1 parent 9deb1b3 commit adf1c1a

File tree

1 file changed

+17
-10
lines changed

1 file changed

+17
-10
lines changed

.travis.yml

Lines changed: 17 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
1-
rvm:
2-
- 1.8.7
3-
- 1.9.3-p484
4-
- 2.0.0
1+
language: ruby
2+
script:
3+
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng
4+
- .forge-releng/publish
5+
rvm:
6+
- 1.8.7
7+
- 1.9.3-p484
8+
- 2.0.0
59
bundler_args: ''
610
notifications:
711
email:
@@ -10,9 +14,12 @@ notifications:
1014
rooms:
1115
secure: gChdWNxhZ4XQS+We5d4XRxz53shln62wz45OTa5teBZP+6Urhwv4ZmOa+F7LHJLytcnS40R8CWaKXXmdo8e+yKIKpJjvIAlSNDT7wSPb4uL+bJZEQDfkQ6Oknliuzy6tP9Dy62Z9Ms4IH58QA6zfOj9ibxb6r9/2XRFSuVZAMN4=
1216
env:
13-
- PUPPET_VERSION=3.5.0
14-
- PUPPET_VERSION=3.4.2
15-
- PUPPET_VERSION=3.3.1
16-
- PUPPET_VERSION=3.2.3
17-
- PUPPET_VERSION=2.7.21
18-
17+
matrix:
18+
- PUPPET_VERSION=3.5.0
19+
- PUPPET_VERSION=3.4.2
20+
- PUPPET_VERSION=3.3.1
21+
- PUPPET_VERSION=3.2.3
22+
- PUPPET_VERSION=2.7.21
23+
global:
24+
- PUBLISHER_LOGIN=huit
25+
- secure: Ijc9NOKcofDC+i0afauvFj7P6vqtThbeMnjuOYxaqcMPfM4f+IrxpzyoIjOzDbD83b0vMYCSItPW/RExVINkwhjghfzPhMsbjfA2XfcvWYMxCOsvXR3TMHSNyPGD7ITbitUDofJ0TTIfZQwE10SeI8MhfL61a4eiR2QNQhDyraI=

0 commit comments

Comments
 (0)