Add nightly to travis config ()

This commit is contained in:
Andrew Jeffery 2021-03-28 21:26:07 +01:00 committed by GitHub
parent ec87f411aa
commit 2f46719ec7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -4,6 +4,7 @@ language: rust
rust:
- stable
- beta
- nightly
install:
- rustup self update
- rustup component add clippy