We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6b0727b commit 749d209Copy full SHA for 749d209
1 file changed
.travis.yml
@@ -1,6 +1,11 @@
1
# R for travis: see documentation at https://docs.travis-ci.com/user/languages/r
2
3
language: R
4
+addons:
5
+ apt:
6
+ packages:
7
+ - libharfbuzz-dev # for pkgdown
8
+ - libfribidi-dev
9
matrix:
10
include:
11
- r: devel
0 commit comments