Permalink
Browse files

tweak .travis.yml

  • Loading branch information...
leeper committed Apr 14, 2018
1 parent 8c05a13 commit c211d524a26a8c7feef2154f65b7e510f665577b
Showing with 19 additions and 1 deletion.
  1. +5 −0 .gitignore
  2. +14 −1 .travis.yml
@@ -1,3 +1,8 @@
.Renviron
.Rproj.user
.Rhistory
.RData
*.Rproj
README.html
/inst/doc/*.log
/vignettes/*.log
@@ -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
@@ -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.