Remove travis short-circuit script (#4676)

This commit is contained in:
Moti Zilberman 2016-10-05 18:27:55 +03:00 committed by Henry Zhu
parent 12d2673038
commit a62905c61d

View File

@ -5,12 +5,6 @@ language: node_js
cache:
directories:
- node_modules
before_install:
- |
[ "$TRAVIS_COMMIT_RANGE" = "" ] || git diff --name-only $TRAVIS_COMMIT_RANGE | grep -qvE '(\.md$)|(^(doc))/' || {
echo "Only docs were updated, stopping build process."
exit
}
node_js:
- '6'
- '5'