diff options
author | teor <teor@torproject.org> | 2019-02-28 07:40:15 +1000 |
---|---|---|
committer | teor <teor@torproject.org> | 2019-02-28 07:44:15 +1000 |
commit | 78bfe731c3320437901d3801f54ade66a93bd227 (patch) | |
tree | fd63e79f59510579c110b69023bb0e9764728a6c /.appveyor.yml | |
parent | a479909ee8cd10b22d534e4c0855df4f8fb9807b (diff) | |
download | tor-78bfe731c3320437901d3801f54ade66a93bd227.tar.gz tor-78bfe731c3320437901d3801f54ade66a93bd227.zip |
appveyor: Do the 64-bit Windows Server 2016 job first
Diffstat (limited to '.appveyor.yml')
-rw-r--r-- | .appveyor.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.appveyor.yml b/.appveyor.yml index da791faca6..9913bf3bd9 100644 --- a/.appveyor.yml +++ b/.appveyor.yml @@ -6,10 +6,10 @@ clone_depth: 50 # But we compile using MinGW, not Visual Studio. # We use these images because they have different Windows versions. image: - # Windows Server 2012 R2 - - Visual Studio 2015 # Windows Server 2016 - Visual Studio 2017 + # Windows Server 2012 R2 + - Visual Studio 2015 environment: compiler: mingw |