From 4889de99de4b8a7aaaf231941458e0722618bc5b Mon Sep 17 00:00:00 2001 From: jangorecki Date: Tue, 17 Apr 2018 08:51:33 +0530 Subject: [PATCH 1/2] branch CI jobs turned off for travis and appveyor, closes #2743 --- appveyor.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/appveyor.yml b/appveyor.yml index f175b76066..c187599c4f 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -10,6 +10,8 @@ init: install: ps: Bootstrap +skip_branch_with_pr: true + environment: global: CRAN: http://cloud.r-project.org/ From 5f4b16875c675975c3f737d85ad47d8208a7f516 Mon Sep 17 00:00:00 2001 From: jangorecki Date: Wed, 18 Apr 2018 10:53:44 +0530 Subject: [PATCH 2/2] build only master branch for travis --- .travis.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.travis.yml b/.travis.yml index 07f8bc6eac..88d59058dc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -11,6 +11,10 @@ warnings_are_errors: true r_check_args: "" # empty r_check_args to turn off --as-cran (on by default) as that can be slow +branches: + only: + - "master" + bioc_packages: - IRanges - GenomicRanges