summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorSteffen Zieger <me@saz.sh>2013-10-06 13:36:21 +0200
committerSteffen Zieger <me@saz.sh>2013-10-06 13:36:21 +0200
commit85ee04897d7c9932dbb43de00450aae1f564e0b9 (patch)
tree5f3da2f24e1cfd2b02fe6efdac7efc3a5a274d79 /.travis.yml
parent50ba5ca4228a4d7848099fd0d9c9148132b8c89b (diff)
another try of getting matrix exclude on travis to work
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml18
1 files changed, 8 insertions, 10 deletions
diff --git a/.travis.yml b/.travis.yml
index a779eb3..611de9a 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -1,21 +1,19 @@
---
+branches:
+ only:
+ - master
language: ruby
+bundler_args: --without development
+script: bundle exec rake spec SPEC_OPTS='--format documentation'
+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
-before_script:
-after_script:
-script: rake spec SPEC_OPTS='--format documentation'
-after_success:
- - git clone -q git://github.com/puppetlabs/ghpublisher.git .forge-releng
- - .forge-releng/publish
-branches:
- only:
- - master
env:
matrix:
- - PUPPET_GEM_VERSION="~> 2.6.0"
- PUPPET_GEM_VERSION="~> 2.7.0"
- PUPPET_GEM_VERSION="~> 3.0.0"
- PUPPET_GEM_VERSION="~> 3.1.0"