Skip to content

Commit 0000e34

Browse files
earnjamtofumatt
authored andcommitted
Remove .md only commit check in travis config (#12069)
1 parent 4ddb5aa commit 0000e34

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

.travis.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,11 +19,6 @@ cache:
1919
- $HOME/.npm
2020

2121
before_install:
22-
- |
23-
git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.md$)' || {
24-
echo "Only docs were updated, stopping build process."
25-
exit
26-
}
2722
- nvm install && nvm use
2823
- npm install npm -g
2924

0 commit comments

Comments
 (0)