From cf13cc62d68b5d5fa0545b71473e52f29bd07bb4 Mon Sep 17 00:00:00 2001 From: Chad Whitacre Date: Wed, 7 Dec 2016 14:59:22 -0500 Subject: [PATCH] Build all branches This means we'll have duplicate checks again, but that's a small price to pay for having Travis run PR inception for us. --- .travis.yml | 3 --- 1 file changed, 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index ad4c559667..85f2e0e378 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,6 @@ language: python addons: postgresql: 9.3 -branches: - only: - - master before_install: - git branch -vv | grep '^*' - pwd