aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorn8225 <n8225@users.noreply.github.com>2019-08-21 21:03:09 +0000
committerGitHub <noreply@github.com>2019-08-21 21:03:09 +0000
commita0c156bc801840871511e3266813d01b79a598dd (patch)
tree37982c9793a05ac60b187e6c9e366eb8a5fe283b
parentfix travis (diff)
downloadawesome-selfhosted-a0c156bc801840871511e3266813d01b79a598dd.tar.gz
awesome-selfhosted-a0c156bc801840871511e3266813d01b79a598dd.zip
Update .travis.yml
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 272ca0be..df1a1fda 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,7 @@ before_install:
before_script:
script:
- - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then git diff origin/master -U0 README.md | grep -Pos "(?<=^\+).*" >> temp.md && if [ -f temp.md ; then node tests/test.js temp.md; else (exit 0); fi else node tests/test.js temp.md; fi'
+ - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then git diff origin/master -U0 README.md | grep -Pos "(?<=^\+).*" >> temp.md && if [ -f temp.md ]; then node tests/test.js temp.md; else (exit 0); fi else node tests/test.js README.md; fi'
- 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then if [ -f temp.md ]; then awesome_bot temp.md --allow-redirect --skip-save-results; else (exit 0); fi else awesome_bot README.md --allow-redirect --skip-save-results; fi'
notifications: