diff options
author | nodiscc <nodiscc@gmail.com> | 2020-10-08 20:29:42 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-08 20:29:42 +0000 |
commit | 7a976977e7af594d1387aa278676d8a2228f6ff6 (patch) | |
tree | e05c78f9a658f6a5c2915b62f4338a84cbed659d | |
parent | .travis.yml: don't run any build job on pushes to master (diff) | |
download | awesome-selfhosted-7a976977e7af594d1387aa278676d8a2228f6ff6.tar.gz awesome-selfhosted-7a976977e7af594d1387aa278676d8a2228f6ff6.zip |
.travis.yml: re-enable builds on master branch, disable building on branch push in travis settings
https://travis-ci.org/github/awesome-selfhosted/awesome-selfhosted/settings
only leave "Build Pull Requests" enabled - only run Travis on PRs and from weekly cron job
-rw-r--r-- | .travis.yml | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/.travis.yml b/.travis.yml index f9f73d13..f5c5e699 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,9 +1,5 @@ language: node_js -branches: - except: - - master - node_js: - "node" |