diff --git a/.travis.yml b/.travis.yml index 365c76d..b1acd68 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,7 +8,8 @@ branches: only: - master - /\d+\.\d+\.\d+$/ -if: type != push OR tag IS present + +if: type != push OR tag IS present stages: - build_docker_images diff --git a/appveyor.yml b/appveyor.yml index 96fbc0f..a039811 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -12,8 +12,12 @@ environment: KIWIX_DESKTOP_VERSION: '2.0-rc4' KIWIX_DESKTOP_RELEASE: 1 +branches: + only: + - master + init: - - cmd: | + - cmd: | echo %TEST_VAR% REM Set VC 2017 "C:\Program Files (x86)\Microsoft Visual Studio\2017\Community\VC\Auxiliary\Build\vcvars64.bat"