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 afba0a1 commit 6d70977Copy full SHA for 6d70977
.travis.yml
@@ -10,6 +10,7 @@ addons:
10
- binutils-dev
11
rust:
12
- stable
13
+ - nightly
14
before_script:
15
- sudo apt-get update -qq
16
- sudo apt-get install -y mpd
@@ -19,13 +20,16 @@ before_script:
19
20
export PATH=$HOME/.local/bin:$PATH
21
- |
22
cargo install --force rustfmt
23
+ travis-cargo --only nightly install -- --force clippy
24
export PATH=$HOME/.cargo/bin:$PATH
25
script:
26
27
RUSTFLAGS=-Dwarnings travis-cargo build &&
28
travis-cargo test
29
30
cargo fmt -- --write-mode diff
31
+ - |
32
+ travis-cargo --only nightly clippy
33
34
travis-cargo --only stable doc
35
after_success:
0 commit comments