attempt to downgrade to 1.31

This commit is contained in:
Lokathor 2019-11-25 18:46:42 -07:00
parent af499f4c7c
commit 1ab1c006cd
2 changed files with 5 additions and 5 deletions

View File

@ -4,7 +4,7 @@ git:
quiet: true
rust:
- 1.38.0
- 1.31.0
- stable
- beta
- nightly

View File

@ -14,13 +14,13 @@ matrix:
environment:
matrix:
# Stable
- channel: 1.38.0
- channel: 1.31.0
target: i686-pc-windows-msvc
- channel: 1.38.0
- channel: 1.31.0
target: i686-pc-windows-gnu
- channel: 1.38.0
- channel: 1.31.0
target: x86_64-pc-windows-msvc
- channel: 1.38.0
- channel: 1.31.0
target: x86_64-pc-windows-gnu
# Beta and Nightly are checked by TravisCI since builds there run in
# parallel.