From c41e607de60ce64729aca7882458ad2c3c2ffc8d Mon Sep 17 00:00:00 2001 From: Caitlin Potter Date: Tue, 18 Feb 2014 19:05:27 -0500 Subject: [PATCH] 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. --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index f605270ba500..d22001fc90ef 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