Skip to content

Commit

Permalink
travis INIT
Browse files Browse the repository at this point in the history
  • Loading branch information
TGuillerme committed Mar 28, 2019
1 parent 74e03da commit 3428727
Showing 1 changed file with 34 additions and 0 deletions.
34 changes: 34 additions & 0 deletions travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
language: r
cache: packages
sudo: required
warnings_are_errors: false

r:
- release

addons:
apt:
packages:
- libv8-dev

# whitelist
branches:
only:
- master

r_binary_packages:
- ape
- covr
- devtools
- knitr
- stats
- roxygen2
- shiny
- testthat

r_github_packages:
- TGuillerme/dispRity

# Code coverage
after_success:
- Rscript -e 'library("covr")'

0 comments on commit 3428727

Please sign in to comment.