Skip to content

Commit

Permalink
Do not install BEAST2, for CRAN build
Browse files Browse the repository at this point in the history
  • Loading branch information
richelbilderbeek committed Feb 1, 2020
1 parent 98a339a commit 7c91e68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ before_script:
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo tlmgr update --self; fi
- if [[ "$TRAVIS_OS_NAME" == "osx" ]]; then sudo tlmgr install inconsolata; fi
# babette must build cleanly without BEAST2 installed, as on CRAN there is no install script
- Rscript -e "beastier::install_beast2()"
#- Rscript -e "beastier::install_beast2()"
- if [ -f ".lintr" ]; then echo "Do use Hadley Wickham's style guide"; exit 1; fi
# proselint
- if [[ "$TRAVIS_OS_NAME" == "linux" ]]; then sudo pip install proselint; fi
Expand Down

0 comments on commit 7c91e68

Please sign in to comment.