Merge pull request #3564 from spicyj/travis

Fix inverted feature test in .travis.yml
This commit is contained in:
Ben Alpert 2015-04-01 15:17:32 -07:00
commit db38059669
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ cache:
before_install:
- |
if [ "$TEST_TYPE" != build_website ] && \
git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.md$)|(^(docs|examples))/'
! git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.md$)|(^(docs|examples))/'
then
echo "Only docs were updated, stopping build process."
exit