Skip to content

Commit

Permalink
travis osx: use newer version of xcode
Browse files Browse the repository at this point in the history
see https://docs.travis-ci.com/user/reference/osx/#OS-X-Version
I'm trying with version 9 instead of 8 (latest is 9.1)
  • Loading branch information
achubaty committed Nov 17, 2017
1 parent 7a73422 commit 6bc9338
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,9 @@ matrix:
r: devel

- os: osx
osx_image: xcode8
osx_image: xcode9
latex: false

r_build_args: '--no-build-vignettes'
r_check_args: '--as-cran --ignore-vignettes --no-examples'

Expand All @@ -39,7 +39,7 @@ notifications:
email:
on_success: change
on_failure: change

after_success:
- test $TRAVIS_R_VERSION_STRING = "release" && Rscript -e 'withr::with_envvar(c(NOT_CRAN="true"), {covr::codecov()})'

0 comments on commit 6bc9338

Please sign in to comment.