summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorClementTsang <cjhtsang@uwaterloo.ca>2020-02-17 20:47:59 -0500
committerClementTsang <cjhtsang@uwaterloo.ca>2020-02-17 20:47:59 -0500
commitbd3e9b9b87fb1f2bee827a1ebd754863c3e5e706 (patch)
tree43f78814180cf8a2d03d13c469c91c70ee7d5a82
parentdbfe5467f18f66ee1c9babf3f8bffe44b79a2730 (diff)
Add nightly clippy fix.
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 211db3a0..2334beb8 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -25,7 +25,7 @@ before_install:
fi
before_script:
- rustup target add $TARGET
- - rustup component add clippy --toolchain=nightly || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
+ - rustup component add clippy || cargo install --git https://github.com/rust-lang/rust-clippy/ --force clippy
script:
- cargo clippy -- -D clippy::all
- cargo build --verbose --target $TARGET