1
0
mirror of https://github.com/bspeice/qadapt synced 2026-06-10 23:31:50 -04:00

Fix appveyor builds known to break

This commit is contained in:
2018-12-02 22:44:13 -05:00
parent 3e0770400d
commit ddd5277ccc
+2 -10
View File
@@ -2,20 +2,12 @@ environment:
matrix:
# MinGW
- TARGET: i686-pc-windows-gnu
RUST_VERSION: stable
RUST_VERSION: nightly
- TARGET: x86_64-pc-windows-gnu
RUST_VERSION: stable
RUST_VERSION: nightly
# MSVC
- TARGET: i686-pc-windows-msvc
RUST_VERSION: stable
- TARGET: x86_64-pc-windows-msvc
RUST_VERSION: stable
# Testing other channels
- TARGET: x86_64-pc-windows-gnu
RUST_VERSION: 1.30.1
- TARGET: x86_64-pc-windows-gnu
RUST_VERSION: nightly
- TARGET: x86_64-pc-windows-msvc
RUST_VERSION: nightly