Skip to content

Commit

Permalink
try appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
zhengxwen committed Nov 3, 2018
1 parent 95280ef commit 5a8ce7f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,12 @@ install:

environment:
matrix:
- R_VERSION: 3.5.0
- R_VERSION: release
R_ARCH: x64

build_script:
- travis-tool.sh install_github Bioconductor/Rsamtools
- travis-tool.sh install_github Bioconductor/VariantAnnotation
- travis-tool.sh install_bioc_deps
- travis-tool.sh install_github zhengxwen/gdsfmt
- travis-tool.sh install_github zhengxwen/SNPRelate
Expand Down
2 changes: 1 addition & 1 deletion inst/unitTests/test_utils.R
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
}


.test_colData <- function() {
test_colData <- function() {
## test with no sample annotation
vcffile <- system.file("extdata", "ex2.vcf", package="VariantAnnotation")
gdsfile <- tempfile()
Expand Down

0 comments on commit 5a8ce7f

Please # to comment.