Skip to content

Commit aca32d9

Browse files
committed
re-format
1 parent 4e5ef22 commit aca32d9

File tree

5 files changed

+269
-210
lines changed

5 files changed

+269
-210
lines changed

.travis.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,15 @@ matrix:
9090
# QEMU based targets that compile in an emulator
9191
- env: TARGET=x86_64-unknown-freebsd
9292

93+
- name: "rustfmt"
94+
install: rustup component add rustfmt-preview
95+
script: cargo fmt --all -- --check
96+
- name: "Shellcheck"
97+
install: true
98+
script:
99+
- shellcheck --version
100+
- shellcheck ci/*.sh
101+
93102
notifications:
94103
email:
95104
on_success: never

0 commit comments

Comments
 (0)