aboutsummaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorn8225 <n8225@users.noreply.github.com>2019-08-21 22:49:58 +0000
committerGitHub <noreply@github.com>2019-08-21 22:49:58 +0000
commitae6683e6674f54954ff711ce0d62d8c0a8c965a8 (patch)
treea967bf4aa5f697a67be90283ff27332d7355906f /.travis.yml
parentMerge pull request #1782 from worldworm/master (diff)
parentUpdate .travis.yml (diff)
downloadawesome-selfhosted-ae6683e6674f54954ff711ce0d62d8c0a8c965a8.tar.gz
awesome-selfhosted-ae6683e6674f54954ff711ce0d62d8c0a8c965a8.zip
Merge pull request #1785 from Kickball/n8225-patch-1-1
Update .travis.yml
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 18ab5de2..e86df119 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -10,7 +10,8 @@ before_install:
before_script:
script:
- - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then if [ -f temp.md ]; then git diff origin/master -U0 README.md | grep -Pos "(?<=^\+).*" >> temp.md && 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; fi || (exit 0)'
+ - 'if [ "$TRAVIS_PULL_REQUEST" != "false" ]; then node tests/test.js temp.md; 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:
@@ -18,4 +19,4 @@ notifications:
branches:
only:
- - master \ No newline at end of file
+ - master