From b4347d5a6f2ae0c42b288ff5b45a74a6ea99f7c5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Mathieu=20Gagne=CC=81?= Date: Fri, 19 Apr 2013 12:37:50 -0400 Subject: [PATCH] Exclude 'master' branch from travis CI 'master' branch does not have the required files to make the build pass. --- .travis.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.travis.yml b/.travis.yml index 6384445..c5de99c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -3,6 +3,9 @@ bundler_args: --without development before_script: - echo $PUPPET_GEM_VERSION | grep '2.6' && git clone git://github.com/puppetlabs/puppetlabs-create_resources.git spec/fixtures/modules/create_resources || true script: "bundle exec rake spec SPEC_OPTS='--format documentation'" +branches: + except: + - master rvm: - 1.8.7 - 1.9.3 -- 2.45.2