From cd2bc1e9f00ab80faf11750c53c04fd15fc9fb68 Mon Sep 17 00:00:00 2001 From: Eric Anderson Date: Fri, 5 Jun 2015 12:51:07 -0700 Subject: [PATCH] Enable Travis for all branches We are using branches for other flows of development, so we really want it running everywhere. --- .travis.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index e99f40d133..e5348b18d3 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,10 +23,6 @@ jdk: os: - linux -branches: - only: - - master - notifications: email: false