mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 06:18:17 +00:00
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:
parent
b2c93bd969
commit
d5fcd34438
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue