Skip to content

Commit

Permalink
travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkowa committed Dec 18, 2020
1 parent cdb1b9b commit a2650a3
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ r:
- devel
cache: packages

before_install:
- sudo apt-get update
- sudo apt-get -y install libharfbuzz-dev libfribidi-dev


r_packages:
- kableExtra
- covr
Expand All @@ -18,7 +23,3 @@ notifications:
on_success: change
on_failure: change

deploy:
provider: script
script: Rscript -e 'pkgdown::deploy_site_github()'
skip_cleanup: true

0 comments on commit a2650a3

Please sign in to comment.