Skip to content

Commit

Permalink
travis-ci: use tlmgr to install latex packages, provisionally switch …
Browse files Browse the repository at this point in the history
…off coverage check
  • Loading branch information
hofnerb committed Aug 15, 2017
1 parent 962db2a commit 947f52c
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@
# - TEST_DIR=pkg/mboostDevel

language: r
sudo: required
dist: trusty
cache: packages

Expand All @@ -17,8 +16,8 @@ repos:
# Rforge: http://R-Forge.R-project.org

before_install:
- sudo apt-get update -qq
- sudo apt-get install latex-xcolor texlive-generic-recommended texlive-fonts-recommended texlive-fonts-extra texlive-extra-utils texlive-latex-recommended texlive-latex-extra
- tlmgr install amsmath amsfonts hyperref natbib graphics threeparttable xcolor doublestroke subfigure url tools booktabs oberdiek geometry
# sudo apt-get install latex-xcolor texlive-generic-recommended texlive-fonts-recommended texlive-fonts-extra texlive-extra-utils texlive-latex-recommended texlive-latex-extra

bioc_packages:
- KEGGgraph
Expand All @@ -34,7 +33,7 @@ after_failure:
- ./travis-tool.sh dump_logs

after_success:
- Rscript -e 'library(covr); coveralls()'
# Rscript -e 'library(covr); coveralls()'

notifications:
email:
Expand Down

0 comments on commit 947f52c

Please sign in to comment.