From a3f70172ef23585399f24011f72948f894e31e6f Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Tue, 18 Feb 2014 19:05:27 -0500 Subject: chore(travis): don't run Travis-CI builds for G3 branches Building the G3 commits occupies a lot of time, and these branches have already been tested. Closes #6328 --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f605270b..d22001fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,6 +2,10 @@ language: node_js node_js: - 0.10 +branches: + except: + - /^g3_.*$/ + env: matrix: - JOB=unit -- cgit v1.2.3