Skip to content
This repository was archived by the owner on Feb 23, 2021. It is now read-only.

Commit f8de1e7

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

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

.travis.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,5 +18,11 @@ os:
1818
- linux
1919
- osx
2020
osx_image: xcode7.1
21+
branches:
22+
only:
23+
- master
24+
- release
25+
- dev
26+
- /^(.*\\/)?ci-.*$/
2127
script:
2228
- ./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)