Try to set a default toolchain.

This commit is contained in:
Nolan Darilek 2019-09-10 22:35:42 -05:00
parent 3a9d96ab8d
commit d362529ca0

View File

@ -136,6 +136,7 @@ build: false
#directly or perform other testing commands. Rust will automatically be placed in the PATH
# environment variable.
test_script:
- rustup default %channel%-%target%
- cargo build %cargoflags%
before_deploy: