Skip to content

Commit

Permalink
attempt osx travis
Browse files Browse the repository at this point in the history
  • Loading branch information
jsta committed Jan 16, 2020
1 parent e1ee5b9 commit fef6c61
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,15 @@
# Default configuration for use with tic package
# Usually you shouldn't need to change the first part of the file

matrix:
include:
- os: osx
r: release
- os: linux
r: release
env:
- BUILD_PKGDOWN=true

# DO NOT CHANGE THE CODE BELOW
before_install:
- R -q -e 'install.packages(c("remotes", "curl"))'
Expand Down

0 comments on commit fef6c61

Please sign in to comment.