diff --git a/.travis.yml b/.travis.yml index 829ee4e4..3186846e 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,8 +8,9 @@ addons: packages: - shellcheck install: "pip install flake8" -script: +script: - test/static_code_analysis.sh - yes "" | ./pmbootstrap.py init - test/check_checksums.py - +notifications: + - email: false