Skip to content

Commit

Permalink
tweak .travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
leeper committed Apr 14, 2018
1 parent 8c05a13 commit c211d52
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
5 changes: 5 additions & 0 deletions .gitignore
@@ -1,3 +1,8 @@
.Renviron
.Rproj.user
.Rhistory
.RData
*.Rproj
README.html
/inst/doc/*.log
/vignettes/*.log
Expand Down
15 changes: 14 additions & 1 deletion .travis.yml
@@ -1,6 +1,19 @@
language: r
sudo: false
cache: packages
matrix:
include:
- os: linux
r: oldrel
- os: linux
r: release
- os: linux
r: devel
- os: linux
dist: trusty
env: R_CODECOV=true
- os: osx
osx_image: xcode8.3
r_packages:
- covr
- AER
Expand Down Expand Up @@ -40,4 +53,4 @@ r_packages:
- truncreg
- VGAM
after_success:
- Rscript -e 'library("covr");codecov()'
- R -q -e 'library("covr");codecov()'

0 comments on commit c211d52

Please sign in to comment.