diff --git a/.travis.yml b/.travis.yml index c219feb..4c2e7b5 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,2 +1,13 @@ +# Travis's native R Image (http://docs.travis-ci.com/user/languages/r/) language: r -cache: packages \ No newline at end of file +sudo: false +cache: packages +warnings_are_errors: true +r: + - release +# - devel +r_github_packages: + - jimhester/covr +# - hadley/testthat +after_success: + - Rscript -e 'library(covr);coveralls()' diff --git a/README.md b/README.md index 00bd737..af5f325 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,6 @@ # stanirs Package for working with fNIRS files + +Master Builds: [![Build Status](https://travis-ci.org/cibsr/stanirs.svg?branch=master)](https://travis-ci.org/cibsr/stanirs) + +Dev Builds: [![Build Status](https://travis-ci.org/cibsr/stanirs.svg?branch=dev)](https://travis-ci.org/cibsr/stanirs)