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