Skip to content

Commit

Permalink
start Travis file
Browse files Browse the repository at this point in the history
See #1
  • Loading branch information
wibeasley committed Mar 2, 2017
1 parent fdda56b commit 370e3d4
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,2 +1,13 @@
# Travis's native R Image (http://docs.travis-ci.com/user/languages/r/)
language: r
cache: packages
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()'
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit 370e3d4

Please sign in to comment.