From 33d39129712249c707bc53385b00618b76cd3893 Mon Sep 17 00:00:00 2001 From: vadim-hleif Date: Tue, 30 Oct 2018 23:53:49 +0300 Subject: [PATCH] feat(travis): add fmt check to CI --- .travis.yml | 2 ++ Makefile | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 6148a9183..3d0ef5d15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,6 +15,8 @@ services: install: - make init - make travis/docker-login +- make packages/reinstall/shfmt +- make bash/fmt/check script: - make deps diff --git a/Makefile b/Makefile index 091df8371..13cac5bac 100644 --- a/Makefile +++ b/Makefile @@ -30,4 +30,4 @@ bash/fmt: shfmt -l -w $(PWD) bash/fmt/check: - shfmt -d $(PWD) \ No newline at end of file + shfmt -d $(PWD)/rootfs \ No newline at end of file