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