aboutsummaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index eb3e10cff..cf47b77e9 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ matrix:
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 15 - cargo fmt --all -- --check || true
16 - cargo clippy 16 - cargo clippy
17 17
18branches: 18branches: