Skip to content

Commit

Permalink
Fix inverted feature test in .travis.yml
Browse files Browse the repository at this point in the history
I messed this up in facebook#3540.
  • Loading branch information
sophiebits committed Apr 1, 2015
1 parent 08e4420 commit 9c12e48
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 9c12e48

Please sign in to comment.