X-Git-Url: https://git.phdru.name/?p=sqlconvert.git;a=blobdiff_plain;f=appveyor.yml;fp=appveyor.yml;h=34cc57ea0b4f0235ecc3bc83d832f571502f0a1e;hp=cecbe1f38446a4f331cfb580d70ececd824a9864;hb=722b2423e29d39101e4e298856b8839d2a57fc17;hpb=b8eee95f6cc0a7f7c3f0df298fe10c3daf647ed7 diff --git a/appveyor.yml b/appveyor.yml index cecbe1f..34cc57e 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -2,14 +2,6 @@ # Heavily inspired by Oliver Grisel's appveyor-demo (https://github.com/ogrisel/python-appveyor-demo) version: '{branch}-{build}' -# Only test master and pull requests; skip tags. -# Other branches can allow themselves. -branches: - only: - - master -skip_branch_with_pr: false -skip_tags: true - cache: - '%LOCALAPPDATA%\pip\Cache'