Skip to content

Commit 0e819a8

Browse files
author
Sebastian McKenzie
authored
Merge pull request #150 from facebook/travis-only-master
Enable only master and stable branches builds on travis because we dr…
2 parents db7c557 + 1fc47be commit 0e819a8

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

.travis.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,11 @@ git:
44
sudo: true # can't use this due to git upgrade requirement
55
language: c
66

7+
branches:
8+
only:
9+
- master
10+
- /^.*-stable$/
11+
712
cache:
813
directories:
914
- node_modules

0 commit comments

Comments
 (0)