Skip to content

Commit d116d0d

Browse files
Merge pull request multi-build#128 from native-api/lift_branch_limitations
MRG: Lift branch limitations Allow users to test from topic branches.
2 parents d5ccf1a + 185dc6a commit d116d0d

File tree

2 files changed

+0
-10
lines changed

2 files changed

+0
-10
lines changed

.appveyor.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -32,11 +32,6 @@ environment:
3232
PYTHON_VERSION: "3.6"
3333
PYTHON_ARCH: "64"
3434

35-
branches:
36-
only:
37-
- master
38-
- devel
39-
4035
# We always use a 64-bit machine, but can build x86 distributions
4136
# with the TARGET_ARCH variable.
4237
platform:

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,6 @@
22

33
language: generic
44

5-
branches:
6-
only:
7-
- master
8-
- devel
9-
105
cache:
116
directories:
127
- $HOME/.ccache

0 commit comments

Comments
 (0)