Skip to content

Commit

Permalink
chore(travis): don't run Travis-CI builds for G3 branches
Browse files Browse the repository at this point in the history
Building the G3 commits occupies a lot of time, and these branches have
already been tested.

Closes angular#6328
  • Loading branch information
caitp committed Feb 19, 2014
1 parent 868a2c4 commit a3f7017
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ language: node_js
node_js:
- 0.10

branches:
except:
- /^g3_.*$/

env:
matrix:
- JOB=unit
Expand Down

0 comments on commit a3f7017

Please sign in to comment.