Skip to content
This repository was archived by the owner on Nov 20, 2018. It is now read-only.

Commit e23692a

Browse files
author
Nate McMaster
committed
Limit the branches that build on our public CI.
[ci skip]
1 parent 626f117 commit e23692a

File tree

2 files changed

+12
-0
lines changed

2 files changed

+12
-0
lines changed

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,11 @@ os:
1616
- linux
1717
- osx
1818
osx_image: xcode7.1
19+
branches:
20+
only:
21+
- master
22+
- release
23+
- dev
24+
- /^(.*\\/)?ci-.*$/
1925
script:
2026
- ./build.sh --quiet verify

appveyor.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
init:
22
- git config --global core.autocrlf true
3+
branches:
4+
only:
5+
- master
6+
- release
7+
- dev
8+
- /^(.*\\/)?ci-.*$/
39
build_script:
410
- build.cmd --quiet verify
511
clone_depth: 1

0 commit comments

Comments
 (0)