| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent 22043cc commit 02209c5
1 file changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -13,7 +13,7 @@ matrix: | |||
| 13 | 13 | script: | |
| 14 | 14 | - make lint | |
| 15 | 15 | # Lint the first commit in the PR. | |
| 16 | - - \[ -z "$TRAVIS_COMMIT_RANGE" \] || git log $TRAVIS_COMMIT_RANGE --pretty=format:'%h' --no-merges | tail -1 | xargs npx core-validate-commit --no-validate-metadata | ||
| 16 | + - \[ -z "$TRAVIS_COMMIT_RANGE" \] || (echo -e '\nLinting the commit message according to the guidelines at https://goo.gl/p2fr5Q\n' && git log $TRAVIS_COMMIT_RANGE --pretty=format:'%h' --no-merges | tail -1 | xargs npx -q core-validate-commit --no-validate-metadata) | ||
| 17 | 17 | - name: "Test Suite" | |
| 18 | 18 | install: | |
| 19 | 19 | - ./configure | |
| Back | FazBrowse Home | New Git URL |
0 commit comments