Skip to content

Commit

Permalink
Adding coveralls.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalhorton committed May 15, 2017
1 parent 798d423 commit 8a53f13
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,14 +1,18 @@
language: r
r:
- oldrel
- release
- devel
- oldrel
- release
- devel
r_packages:
- testthat
- testthat
r_github_packages:
- jimhester/covr
cache: packages
sudo: false
addons:
apt:
packages:
- libnetcdf-dev
- netcdf-bin
- netcdf-bin
after_success:
- Rscript -e 'covr::coveralls()'

0 comments on commit 8a53f13

Please sign in to comment.