Skip to content

Commit

Permalink
Fix travis
Browse files Browse the repository at this point in the history
  • Loading branch information
hlandau committed Dec 28, 2015
1 parent 8fe1bf2 commit 9b3858c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis/before_install
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/bash

git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -qvE '(\.(md|txt)$)|(^_doc/)' || {
[ -n "$TRAVIS_TAG" ] || git diff --name-only "$TRAVIS_COMMIT_RANGE" | grep -qvE '(\.(md|txt)$)|(^_doc/)' || {
echo Documentation-only update. Skipping travis proper.
exit
}
Expand Down

0 comments on commit 9b3858c

Please sign in to comment.