aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
authorAleksey Kladov <[email protected]>2018-08-29 09:16:28 +0100
committerAleksey Kladov <[email protected]>2018-08-29 09:16:28 +0100
commit2007ccfcfe0bf01c934589dd3c87fda83b06b272 (patch)
tree3693381f55cb46401fd0990c1350412dd773b778 /.travis.yml
parent754c034a8119e2406c614d5536ecada1e3c8cd83 (diff)
no time to explain, disable clippy checks
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml14
1 files changed, 7 insertions, 7 deletions
diff --git a/.travis.yml b/.travis.yml
index 0ee48fefd..7561183df 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -7,13 +7,13 @@ matrix:
7 - cargo gen-kinds --verify 7 - cargo gen-kinds --verify
8 - cargo gen-tests --verify 8 - cargo gen-tests --verify
9 - cargo test 9 - cargo test
10 - rust: nightly 10 # - rust: nightly
11 before_script: 11 # before_script:
12 - rustup component add clippy-preview 12 # - rustup component add clippy-preview
13 - rustup component add rustfmt-preview 13 # - rustup component add rustfmt-preview
14 script: 14 # script:
15 - cargo fmt --all -- --check || true 15 # - cargo fmt --all -- --check || true
16 - cargo clippy 16 # - cargo clippy
17 17
18 allow_failures: 18 allow_failures:
19 - rust nightly 19 - rust nightly