Build all branches on travis
authorWilliam Van Hevelingen <blkperl@cat.pdx.edu>
Sun, 3 Feb 2013 00:11:50 +0000 (16:11 -0800)
committerWilliam Van Hevelingen <blkperl@cat.pdx.edu>
Sun, 3 Feb 2013 00:11:50 +0000 (16:11 -0800)
We should build all branches for travis, otherwise users won't be able to test
their own feature branches.

.travis.yml

index 03b1729d7100672535c46ae28a77e87b05d6ad75..a7f6b9c3f06a0ef0ded8556b9b82640c09c1ca63 100644 (file)
@@ -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