diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-12-31 12:07:21 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-31 12:07:21 -0500 |
commit | 636e3bcd430bbbb89975b30b32f3ef3a5bf302b7 (patch) | |
tree | bb1144311a48bdf2878401f3143d6bb6a6bede65 | |
parent | c0afb2c57c13454970bc026fa607f26978084c02 (diff) | |
download | servo-636e3bcd430bbbb89975b30b32f3ef3a5bf302b7.tar.gz servo-636e3bcd430bbbb89975b30b32f3ef3a5bf302b7.zip |
Use previous appveyor MSVC image.
-rw-r--r-- | appveyor.yml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/appveyor.yml b/appveyor.yml index bdd294c2aaf..bd736393490 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,5 +1,5 @@ version: 1.0.{build} -image: Visual Studio 2017 +image: Previous Visual Studio 2017 environment: CCACHE_DIR: "%APPVEYOR_BUILD_FOLDER%\\.ccache" @@ -17,7 +17,6 @@ environment: C:\\Python27\\Scripts;\ C:\\Tools\\PsTools;\ C:\\Tools\\NuGet3;\ - C:\\Program Files\\LLVM\\bin;\ C:\\Program Files\\Microsoft\\Web Platform Installer\\;\ C:\\Program Files\\7-Zip;\ C:\\Program Files\\Mercurial;\ |