Skip to content

Commit

Permalink
No MacOS for now
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Oct 16, 2020
1 parent eea1fda commit e8d0a5e
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ matrix:
os: linux
- r: devel
os: linux
- r: release
os: osx
#- r: release
# os: osx

r_github_packages:
- jimhester/covr
Expand All @@ -27,8 +27,6 @@ before_script:
# Java
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then R CMD javareconf; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then R --quiet -e 'install.packages("rJava", type="source", repos="http://cran.us.r-project.org")'; fi
# Lapack
#- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo apt-get install liblapack-dev; fi
# Install BEAST2. Note: beastier must work without BEAST2 installed as well
- if [ "$TRAVIS_OS_NAME" == "linux" ] && [ "$TRAVIS_R_VERSION_STRING" == "devel" ]; then ./scripts/install_beast2.sh; fi
# proselint
Expand Down

0 comments on commit e8d0a5e

Please sign in to comment.