Install stable toolchain

This commit is contained in:
Jeremy Soller 2019-07-06 12:02:32 -06:00
parent 1008f2021b
commit db7e73e00a
No known key found for this signature in database
GPG Key ID: E988B49EE78A7FB1
1 changed files with 3 additions and 0 deletions

View File

@ -8,6 +8,9 @@ cache:
paths:
- target/
before_script:
rustup update stable
build:linux:stable:
stage: build
script: cargo +stable build --verbose