diff options
author | Josh Matthews <josh@joshmatthews.net> | 2018-12-31 13:06:44 -0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-12-31 13:06:44 -0500 |
commit | 79ddd81b10a49b32e85a3e7a75b22c103429ef80 (patch) | |
tree | a67105b818ed4c2cd2785dd3cb9cb57eeb4753e1 | |
parent | 636e3bcd430bbbb89975b30b32f3ef3a5bf302b7 (diff) | |
download | servo-79ddd81b10a49b32e85a3e7a75b22c103429ef80.tar.gz servo-79ddd81b10a49b32e85a3e7a75b22c103429ef80.zip |
Force new appveyor build
-rw-r--r-- | appveyor.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/appveyor.yml b/appveyor.yml index bd736393490..24faa8f1d33 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -1,6 +1,7 @@ version: 1.0.{build} image: Previous Visual Studio 2017 + environment: CCACHE_DIR: "%APPVEYOR_BUILD_FOLDER%\\.ccache" CARGO_INCREMENTAL: 0 |