diff --git a/.appveyor.yml b/.appveyor.yml index 7e6e380a..a83cbd8d 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -32,11 +32,6 @@ environment: PYTHON_VERSION: "3.6" PYTHON_ARCH: "64" -branches: - only: - - master - - devel - # We always use a 64-bit machine, but can build x86 distributions # with the TARGET_ARCH variable. platform: diff --git a/.travis.yml b/.travis.yml index 1ab91f81..7b084469 100644 --- a/.travis.yml +++ b/.travis.yml @@ -2,11 +2,6 @@ language: generic -branches: - only: - - master - - devel - cache: directories: - $HOME/.ccache