Skip to content

Commit

Permalink
.travis.yml; ci; Possible non-broken xcode8.3 version, post results on
Browse files Browse the repository at this point in the history
…gesistsa#247 comment when/if successful
  • Loading branch information
bokov committed Nov 14, 2019
1 parent 5ccaa2b commit 9a43e0e
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,18 @@ jobs:
- os: linux
dist: trusty
env: R_CODECOV=true
- os: osx
- stage: precache
os: osx
osx_image: xcode8.3
script: true
- stage: osxdeathmarch
os: osx
osx_image: xcode8.3
#before_install:
# - if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then brew install llvm &&
# export PATH="/usr/local/opt/llvm/bin:$PATH" &&
# export LDFLAGS="-L/usr/local/opt/llvm/lib" &&
# export CFLAGS="-I/usr/local/opt/llvm/include"; fi
r_packages:
- covr
after_success:
Expand Down

0 comments on commit 9a43e0e

Please sign in to comment.