summaryrefslogtreecommitdiff
path: root/appveyor.yml
diff options
context:
space:
mode:
authorJames E. King, III <jking@apache.org>2017-01-04 21:46:23 -0500
committerJames E. King, III <jim.king@simplivity.com>2017-01-04 23:38:53 -0500
commitfac3f69725f507872e6d68afea5debd020ce2580 (patch)
tree129e512761072f21044b1d5514f38ee88d7a0e3a /appveyor.yml
parentb587a12a116cc394b62d9af2bbcecd50cfb18ce3 (diff)
downloadthrift-fac3f69725f507872e6d68afea5debd020ce2580.tar.gz
fix appveyor builds - ant version changed to 1.9.8
Diffstat (limited to 'appveyor.yml')
-rwxr-xr-xappveyor.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/appveyor.yml b/appveyor.yml
index 03ee29543..e7ab87d35 100755
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -30,7 +30,7 @@ environment:
BOOST_ROOT: C:\Libraries\boost_1_59_0
BOOST_LIBRARYDIR: C:\Libraries\boost_1_59_0\lib64-msvc-14.0
# Unfurtunately, this version needs manual update because old versions are quickly deleted.
- ANT_VERSION: 1.9.7
+ ANT_VERSION: 1.9.8
install:
- '"C:\Program Files (x86)\Microsoft Visual Studio 14.0\VC\vcvarsall.bat" x64'