summaryrefslogtreecommitdiff
path: root/.travis.yml
diff options
context:
space:
mode:
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml9
1 files changed, 9 insertions, 0 deletions
diff --git a/.travis.yml b/.travis.yml
index d5982e6e4d..825ac43480 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -90,6 +90,15 @@ matrix:
# QEMU based targets that compile in an emulator
- env: TARGET=x86_64-unknown-freebsd
+ - name: "rustfmt"
+ install: rustup component add rustfmt-preview
+ script: cargo fmt --all -- --check
+ - name: "Shellcheck"
+ install: true
+ script:
+ - shellcheck --version
+ - shellcheck ci/*.sh
+
notifications:
email:
on_success: never