Skip to content

Commit

Permalink
updated travis to build now
Browse files Browse the repository at this point in the history
  • Loading branch information
muschellij2 committed Jun 29, 2017
1 parent 2cc80d5 commit b3cd509
Showing 1 changed file with 10 additions and 7 deletions.
17 changes: 10 additions & 7 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,16 +5,19 @@ cache: packages
use_bioc: true
bioc_required: true
r: release

r_check_args: "--as-cran --install-args=--build"

before_install:
- wget -O antsr_travis.sh http://bit.ly/antsr_travis_sh
- cat antsr_travis.sh
- source ./antsr_travis.sh
- rm antsr_travis.sh
- wget -O antsr_travis.sh http://bit.ly/antsr_travis_sh
- cat antsr_travis.sh
- source ./antsr_travis.sh
- rm antsr_travis.sh
env:
global: RGL_USE_NULL=TRUE

after_success:
- Rscript -e 'covr::coveralls()'
- install_build_with_tag
- Rscript -e 'covr::coveralls(type = "all")'

os:
- linux
Expand All @@ -29,4 +32,4 @@ deploy:
file: extrantsr*.t*gz
on:
tags: yes
repo: muschellij2/extrantsr
repo: muschellij2/extrantsr

0 comments on commit b3cd509

Please sign in to comment.