diff --git a/.travis.yml b/.travis.yml index 81be91c..16bd206 100644 --- a/.travis.yml +++ b/.travis.yml @@ -8,6 +8,18 @@ install: true env: - GO111MODULE=on +branches: + only: + - master + +before_install: + - | + if ! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(.md)|(.html)|^(LICENSE)|^(docs)' + then + echo "Only docs were updated, not running the CI." + exit 0 + fi + before_script: - make install-linter