diff --git a/.travis.yml b/.travis.yml index ed474cf..a7928b4 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,6 +5,18 @@ language: go install: true +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 + env: - GO111MODULE=on