diff options
| author | Caitlin Potter | 2014-02-18 19:05:27 -0500 |
|---|---|---|
| committer | Caitlin Potter | 2014-02-18 19:15:50 -0500 |
| commit | a3f70172ef23585399f24011f72948f894e31e6f (patch) | |
| tree | 4351f81618a42de3444e07c558e5f8a108527a0e /.travis.yml | |
| parent | 868a2c401fd75fd95c50dc25d531734d6443657e (diff) | |
| download | angular.js-a3f70172ef23585399f24011f72948f894e31e6f.tar.bz2 | |
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
Diffstat (limited to '.travis.yml')
| -rw-r--r-- | .travis.yml | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
