Fix inverted feature test in .travis.yml

I messed this up in #3540.

(cherry picked from commit 9c12e48f68)
This commit is contained in:
Ben Alpert
2015-04-01 15:10:41 -07:00
parent 3b5ff0aea7
commit 35bc0f0b41
+1 -1
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