Browse Source

travis: print commit range

Marian Beermann 8 years ago
parent
commit
a4440dac4d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      .travis.yml

+ 1 - 0
.travis.yml

@@ -44,6 +44,7 @@ matrix:
 
 before_install:
 - |
+    echo Checking whether $TRAVIS_COMMIT_RANGE changed only docs
     git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(AUTHORS|README\.rst|^(docs)/)' || {
       echo "Only docs were updated, stopping build process."
       exit