diff options
author | Anthony Ramine <n.oxyde@gmail.com> | 2016-03-12 21:44:08 +0100 |
---|---|---|
committer | Anthony Ramine <n.oxyde@gmail.com> | 2016-03-12 22:23:36 +0100 |
commit | c6adfa424087d114e14c98f363a94e8af57f22fd (patch) | |
tree | 1e5fee82da43dce2eaf5dc4ddb698306707f9a7a | |
parent | 174f97cb02ba1a2239cb65e983cbcdc4ae97ef23 (diff) |
Add a Clippy build to Travis
-rw-r--r-- | .travis.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml index e5a32b77..cf2370a4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -35,6 +35,9 @@ matrix: - os: osx env: LLVM_VERSION=3.5 rust: nightly + - env: LLVM_VERSION=3.7 + rust: nightly + script: cargo build --features clippy cache: directories: |