Update CI

This commit is contained in:
Aloxaf 2019-08-09 18:30:00 +08:00
parent fcb8787113
commit d29efda181
2 changed files with 5 additions and 3 deletions

View File

@ -26,13 +26,13 @@ matrix:
- env: TARGET=x86_64-apple-darwin
os: osx
# Windows
- env: TARGET=x86_64-pc-windows-gnu
# Testing other channels
- env: TARGET=x86_64-unknown-linux-gnu
rust: nightly
- env: TARGET=x86_64-unknown-linux-gnu
rust: beta
before_install:
- set -e
- rustup self update

View File

@ -20,6 +20,8 @@ environment:
# RUST_VERSION: nightly
- TARGET: x86_64-pc-windows-msvc
RUST_VERSION: nightly
- TARGET: x86_64-pc-windows-msvc
RUST_VERSION: beta
install:
- ps: >-