From: William Van Hevelingen Date: Sun, 3 Feb 2013 00:11:50 +0000 (-0800) Subject: Build all branches on travis X-Git-Tag: 1.1.1~11^2 X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=c46bc7fe4a0a89d25152c6d0dd5b5edeafee6f0a;p=puppet-modules%2Fpuppetlabs-apt.git Build all branches on travis We should build all branches for travis, otherwise users won't be able to test their own feature branches. --- 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