소스 검색

.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
nodiscc 4 년 전
부모
커밋
7a976977e7
1개의 변경된 파일0개의 추가작업 그리고 4개의 파일을 삭제
  1. 0 4
      .travis.yml

+ 0 - 4
.travis.yml

@@ -1,9 +1,5 @@
 language: node_js
 
-branches:
-  except:
-  - master
-
 node_js:
   - "node"