Skip to content

Commit

Permalink
updating travis .yaml to fix caching issue, also updating version for…
Browse files Browse the repository at this point in the history
… biocBuild
  • Loading branch information
vivekbhr committed May 29, 2018
1 parent 17f3867 commit 8af0354
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .travis.yml
Expand Up @@ -5,10 +5,11 @@ sudo: false
cache: packages
r: 3.5.0
r_github_packages:
# - r-lib/devtools
- r-lib/covr
bioc_packages:
- BiocCheck
before_install:
Rscript -e 'update.packages(ask = FALSE)'
# in order to sync with devtools::check()
#r_check_args: --as-cran --timings --no-manual
warnings_are_errors: true
Expand Down
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,7 +1,7 @@
Package: icetea
Type: Package
Title: Integrating Cap Enrichment with Transcript Expression Analysis
Version: 0.99.4
Version: 0.99.5
Authors@R: person("Vivek", "Bhardwaj", email = "bhardwaj@ie-freiburg.mpg.de", role = c("aut", "cre"))
Description: icetea (Integrating Cap Enrichment with Transcript Expression Analysis)
provides functions for end-to-end analysis of multiple 5'-profiling methods such as
Expand Down

0 comments on commit 8af0354

Please sign in to comment.