From 85ee04897d7c9932dbb43de00450aae1f564e0b9 Mon Sep 17 00:00:00 2001 From: Steffen Zieger Date: Sun, 6 Oct 2013 13:36:21 +0200 Subject: another try of getting matrix exclude on travis to work --- .travis.yml | 18 ++++++++---------- 1 file changed, 8 insertions(+), 10 deletions(-) (limited to '.travis.yml') 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" -- cgit v1.2.3