Dropping nightly tests. They fail too often and take up useless time. Re-adding clippy too.
This commit is contained in:
parent
2f59af412d
commit
e7ed8088b5
|
@ -2,7 +2,6 @@ language: rust
|
|||
rust:
|
||||
- stable
|
||||
- beta
|
||||
- nightly
|
||||
os:
|
||||
- linux
|
||||
- osx
|
||||
|
@ -25,7 +24,9 @@ before_install:
|
|||
fi
|
||||
before_script:
|
||||
- rustup target add $TARGET
|
||||
- rustup component add clippy
|
||||
script:
|
||||
- cargo clippy -- -D clippy::all
|
||||
- cargo build --verbose --target $TARGET
|
||||
- cargo test --verbose --target $TARGET
|
||||
|
||||
|
|
Loading…
Reference in New Issue