Skip to content

Commit f43dfc8

Browse files
committed
ci: fix nightly builds by disabling clippy
Although nice to have clippy going, it is causing build failures right now. Disabling until I have time to figure out how to get it going again. Signed-off-by: Paul Osborne <[email protected]>
1 parent 8f0e436 commit f43dfc8

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

.travis.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,10 +9,4 @@ rust:
99

1010
script:
1111
- cargo test
12-
- |
13-
if [ "${TRAVIS_RUST_VERSION}" = "nightly" ]; then
14-
cargo install --git https://github.com/arcnmx/cargo-clippy
15-
cargo clippy --lib --features lints
16-
cargo clippy --bin gpio --features lints
17-
fi
1812
- cargo doc

0 commit comments

Comments
 (0)