Skip to content
This repository was archived by the owner on Apr 12, 2024. It is now read-only.

Commit a3f7017

Browse files
committed
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
1 parent 868a2c4 commit a3f7017

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ language: node_js
22
node_js:
33
- 0.10
44

5+
branches:
6+
except:
7+
- /^g3_.*$/
8+
59
env:
610
matrix:
711
- JOB=unit

0 commit comments

Comments
 (0)