aboutsummaryrefslogtreecommitdiff
path: root/textwrap/.appveyor.yml
diff options
context:
space:
mode:
Diffstat (limited to 'textwrap/.appveyor.yml')
-rw-r--r--textwrap/.appveyor.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/textwrap/.appveyor.yml b/textwrap/.appveyor.yml
deleted file mode 100644
index 3555d73..0000000
--- a/textwrap/.appveyor.yml
+++ /dev/null
@@ -1,23 +0,0 @@
-environment:
- matrix:
- - TOOLCHAIN: stable
- - TOOLCHAIN: nightly
-
-matrix:
- allow_failures:
- - TOOLCHAIN: nightly
-
-install:
- - ps: Start-FileDownload 'https://static.rust-lang.org/rustup/dist/i686-pc-windows-gnu/rustup-init.exe'
- - rustup-init.exe -y --default-toolchain %TOOLCHAIN%
- - set PATH=%PATH%;%USERPROFILE%\.cargo\bin
-
-build_script:
- - cargo build --verbose --all-features
-
-test_script:
- - cargo test --verbose --all-features
-
-cache:
- - '%USERPROFILE%\.cargo'
- - target