Skip to content

Commit

Permalink
Try another osx_image
Browse files Browse the repository at this point in the history
  • Loading branch information
jeroen committed Nov 21, 2020
1 parent 497e15d commit 6f526cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,19 @@ pandoc: false
warnings_are_errors: false
r_check_args: '--run-donttest'

osx_image: xcode12.2

matrix:
include:
- dist: xenial
services: mongodb
warnings_are_errors: true
- os: osx
osx_image: xcode12
before_install:
- brew tap mongodb/brew
- brew install mongodb-community
- brew services start mongodb-community
- os: osx
osx_image: xcode12
brew_packages: [email protected]
before_install:
- brew tap mongodb/brew
Expand All @@ -30,6 +30,7 @@ matrix:
- PKG_CONFIG_PATH="/usr/local/opt/[email protected]/lib/pkgconfig"
- MONGOLITE_USE_OPENSSL=1
- os: osx
osx_image: xcode12
brew_packages: libressl
before_install:
- brew uninstall --ignore-dependencies [email protected]
Expand All @@ -42,6 +43,7 @@ matrix:
- os: osx
osx_image: xcode10.1
disable_homebrew: true
r_check_args: '--as-cran --no-manual'

addons:
apt:
Expand Down
1 change: 1 addition & 0 deletions mongolite.Rproj
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,5 @@ StripTrailingWhitespace: Yes
BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --with-keep.source --install-tests --no-multiarch
PackageCheckArgs: --run-donttest
PackageRoxygenize: rd,namespace

0 comments on commit 6f526cf

Please sign in to comment.