summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAaron Stone <aaron@serendipity.cx>2013-07-25 09:30:06 -0700
committerAaron Stone <aaron@serendipity.cx>2013-07-25 13:26:30 -0700
commit1841d11ee3f885c902a4d41b94beee141a468fa2 (patch)
tree0cb104d45847205a8a6a17138071d34aef597030 /.travis.yml
parent164cadc9b9ac25ce70885100f28f8cd649358fa4 (diff)
Travis should run three Puppet versions in a matrix with three Ruby versions, but limit Puppet 2.6.x to Ruby 1.8.7.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml15
1 files changed, 12 insertions, 3 deletions
diff --git a/.travis.yml b/.travis.yml
index f349b8d..5e3f744 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -5,21 +5,30 @@ branches:
notifications:
email: false
language: ruby
-script: 'bundle exec rake spec'
+script:
+- 'bundle exec gem list'
+- 'bundle exec rake spec'
after_success:
- git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng
- .forge-releng/publish
rvm:
- 1.8.7
- 1.9.3
+- 2.0.0
env:
matrix:
- PUPPET_VERSION=2.6.18
- - PUPPET_VERSION=2.7.21
- - PUPPET_VERSION=3.1.1
+ - PUPPET_VERSION=2.7.22
+ - PUPPET_VERSION=3.2.1
global:
- PUBLISHER_LOGIN=puppetlabs
- secure: |-
ZiIkYd9+CdPzpwSjFPnVkCx1FIlipxpbdyD33q94h2Tj5zXjNb1GXizVy0NR
kVxGhU5Ld8y9z8DTqKRgCI1Yymg3H//OU++PKLOQj/X5juWVR4URBNPeBOzu
IJBDl1MADKA4i1+jAZPpz4mTvTtKS4pWKErgCSmhSfsY1hs7n6c=
+matrix:
+ exclude:
+ - rvm: 1.9.3
+ env: PUPPET_VERSION=2.6.18
+ - rvm: 2.0.0
+ env: PUPPET_VERSION=2.6.18