Unverified Commit d116d0d7 authored by Matthew Brett's avatar Matthew Brett Committed by GitHub
Browse files

Merge pull request #128 from native-api/lift_branch_limitations

MRG: Lift branch limitations

Allow users to test from topic branches.
parents d5ccf1aa 185dc6a3
...@@ -32,11 +32,6 @@ environment: ...@@ -32,11 +32,6 @@ environment:
PYTHON_VERSION: "3.6" PYTHON_VERSION: "3.6"
PYTHON_ARCH: "64" PYTHON_ARCH: "64"
branches:
only:
- master
- devel
# We always use a 64-bit machine, but can build x86 distributions # We always use a 64-bit machine, but can build x86 distributions
# with the TARGET_ARCH variable. # with the TARGET_ARCH variable.
platform: platform:
......
...@@ -2,11 +2,6 @@ ...@@ -2,11 +2,6 @@
language: generic language: generic
branches:
only:
- master
- devel
cache: cache:
directories: directories:
- $HOME/.ccache - $HOME/.ccache
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment