X Tutup
Skip to content

Commit 61b7703

Browse files
committed
fix(build): don't trigger travis on g3sync branch
1 parent 49dc819 commit 61b7703

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.travis.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,10 @@ sudo: false
33
node_js:
44
- '0.12'
55

6+
branches:
7+
except:
8+
- g3sync
9+
610
cache:
711
directories:
812
- node_modules

0 commit comments

Comments
 (0)
X Tutup