We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 123979e commit 90f6de0Copy full SHA for 90f6de0
.travis.yml
@@ -14,8 +14,6 @@ install:
14
- cargo -V
15
# Required by cargo-xbuild
16
- 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
19
# For checking the code's formatting
20
- rustup component add rustfmt
21
# Try installing cargo-xbuild if it's not already installed
@@ -45,7 +43,6 @@ script:
45
43
- cd uefi-test-runner
46
44
# Check that formatting is OK
47
- cargo fmt --all -- --check
48
- - ./build.py clippy
49
- ./build.py run --headless
50
51
cache:
0 commit comments