Run CI on stable Rust

The nightly toolchain often doesn't have clippy available. Plus, it's
useful to verify we're not inadvertently depending on any nightly
features.
This commit is contained in:
Nikhil Benesch 2019-05-31 17:35:58 -04:00
parent b2c93bd969
commit d5fcd34438
No known key found for this signature in database
GPG key ID: F7386C5DEADABA7F

View file

@ -14,7 +14,7 @@ addons:
- kalakris-cmake
rust:
- nightly
- stable
before_script:
- pip install 'travis-cargo<0.2' --user && export PATH=$HOME/.local/bin:$PATH