diff options
author | nodiscc <nodiscc@gmail.com> | 2020-09-05 13:31:27 +0000 |
---|---|---|
committer | nodiscc <nodiscc@gmail.com> | 2020-09-05 13:31:27 +0000 |
commit | f29daa3b546cacdc8af11e8a18d073b7c31014e0 (patch) | |
tree | 6a8b51f65bfd51be08878e60ed874f37feefd39e | |
parent | Merge pull request #2199 from awesome-selfhosted/travis_test (diff) | |
download | awesome-selfhosted-f29daa3b546cacdc8af11e8a18d073b7c31014e0.tar.gz awesome-selfhosted-f29daa3b546cacdc8af11e8a18d073b7c31014e0.zip |
.travis.yml : cleanup
Diffstat (limited to '')
-rw-r--r-- | .travis.yml | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml index 4ba0cd9c..ee19d90a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -10,8 +10,6 @@ before_install: - gem install awesome_bot - cd tests && npm install chalk && cd .. -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' |