diff options
author | Tobrun <tobrun.van.nuland@gmail.com> | 2018-01-26 18:15:27 +0100 |
---|---|---|
committer | Tobrun <tobrun@mapbox.com> | 2018-01-29 15:05:26 +0100 |
commit | 77f93996d53b88765f1430c8a28fb834e99f388a (patch) | |
tree | df42b314dd1bf79da304fc059172da9b448b59dd /appveyor.yml | |
parent | 082df681c866466b8a69bf27cbb42b01eed7f5e1 (diff) | |
download | qtlocation-mapboxgl-77f93996d53b88765f1430c8a28fb834e99f388a.tar.gz |
[windows] - run AppVeyor for all branches
Diffstat (limited to 'appveyor.yml')
-rw-r--r-- | appveyor.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/appveyor.yml b/appveyor.yml index 8013c669f6..d31160261f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -7,10 +7,6 @@ environment: shallow_clone: true -branches: - only: - - master - cache: - '%APPVEYOR_BUILD_FOLDER%\mason_packages' - '%APPVEYOR_BUILD_FOLDER%\LLVM-5.0.1-win64.exe' |