Skip to content

Commit 90f6de0

Browse files
committed
Remove clippy from Travis for now
It breaks the build too often, need to find a way to run it without stopping the whole build.
1 parent 123979e commit 90f6de0

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.travis.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,6 @@ install:
1414
- cargo -V
1515
# Required by cargo-xbuild
1616
- rustup component add rust-src
17-
# Required by cargo-xclippy
18-
- rustup component add clippy --toolchain=nightly || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
1917
# For checking the code's formatting
2018
- rustup component add rustfmt
2119
# Try installing cargo-xbuild if it's not already installed
@@ -45,7 +43,6 @@ script:
4543
- cd uefi-test-runner
4644
# Check that formatting is OK
4745
- cargo fmt --all -- --check
48-
- ./build.py clippy
4946
- ./build.py run --headless
5047

5148
cache:

0 commit comments

Comments
 (0)