Skip to content

Commit 0e3a6b0

Browse files
authored
Merge pull request #15 from posborne/fix/fix-nightly-build
ci: fix nightly builds by disabling clippy
2 parents 8f0e436 + f43dfc8 commit 0e3a6b0

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)