From c46bc7fe4a0a89d25152c6d0dd5b5edeafee6f0a Mon Sep 17 00:00:00 2001 From: William Van Hevelingen Date: Sat, 2 Feb 2013 16:11:50 -0800 Subject: [PATCH] Build all branches on travis We should build all branches for travis, otherwise users won't be able to test their own feature branches. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 03b1729..a7f6b9c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,9 +5,6 @@ rvm: before_script: after_script: script: "rake spec" -branches: - only: - - master env: - PUPPET_VERSION=3.0.2 - PUPPET_VERSION=2.7.20 -- 2.45.2