Skip to content

Commit

Permalink
Merge pull request #155 from UptakeOpenSource/jameslamb-patch-1
Browse files Browse the repository at this point in the history
test on mac and linux
  • Loading branch information
jameslamb authored Dec 23, 2018
2 parents 88b348d + 2a816c8 commit b16f43e
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,13 @@ language: R
cache: packages
warnings_are_errors: true

os:
- linux
- osx

before_install:
- Rscript -e "install.packages('roxygen2', repos = 'http://cran.rstudio.org')"
- Rscript -e "install.packages('devtools', repos = 'http://cran.rstudio.org')"

after_success:
- Rscript -e 'install.packages("covr"); covr::codecov()'
- Rscript -e 'install.packages("covr"); covr::codecov()'

0 comments on commit b16f43e

Please sign in to comment.