Skip to content

Commit e304af6

Browse files
committed
Allow travis build only for build branch.
1 parent 05faa74 commit e304af6

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

.travis.yml

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
## blacklist
2+
#branches:
3+
# except:
4+
# - master
5+
6+
## whitelist
7+
branches:
8+
only:
9+
- build
10+

0 commit comments

Comments
 (0)