Skip to content

Commit 671dd56

Browse files
JunTaoLuodanroth27
authored andcommitted
Limit the branches that build on travis (dotnet#1527)
1 parent a4f5cb8 commit 671dd56

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.travis.yml

+6
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,10 @@
11
sudo: false
2+
branches:
3+
only:
4+
- master
5+
- release
6+
- dev
7+
- /^(.*\/)?ci-.*$/
28
language: python
39
python:
410
- "3.4"

0 commit comments

Comments
 (0)