diff options
author | n8225 <nrew225@gmail.com> | 2020-02-08 19:16:02 +0000 |
---|---|---|
committer | n8225 <nrew225@gmail.com> | 2020-02-08 19:16:02 +0000 |
commit | 1fee3d0b6cd3f2f0cfb37b4caf80360749c9c97e (patch) | |
tree | 9ae0ea2050672ccbdaa3ddb1b3a41bb9d25a7cfc | |
parent | Change color output. (diff) | |
download | awesome-selfhosted-1fee3d0b6cd3f2f0cfb37b4caf80360749c9c97e.tar.gz awesome-selfhosted-1fee3d0b6cd3f2f0cfb37b4caf80360749c9c97e.zip |
check links in non-free.md with awesome_bot
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml index 3801e5d4..49cb36a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -15,7 +15,7 @@ before_script: script: - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then git diff origin/master -U0 README.md | grep -Pos "(?<=^\+).*" >> temp.md; fi || (exit 0)' - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then node tests/test.js -r README.md -d temp.md; else node tests/test.js -r README.md; fi' - - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then if [ -f temp.md ]; then awesome_bot temp.md --allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps; else (exit 0); fi else awesome_bot README.md --allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps; fi' + - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then if [ -f temp.md ]; then awesome_bot temp.md --allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps; else (exit 0); fi else awesome_bot README.md,non-free.md --allow-redirect --skip-save-results --allow 202 --white-list airsonic.github.io/docs/apps; fi' notifications: email: false |