Browse code

add addons to .travis.yml to fix magick error on TRAVIS CI

zhewa authored on 30/09/2020 02:14:11
Showing 2 changed files

... ...
@@ -16,3 +16,10 @@ after_success:
16 16
   - R CMD INSTALL $PKG_TARBALL
17 17
   - Rscript -e 'covr::coveralls()'
18 18
   - Rscript -e 'library(lintr); lint_package(linters = with_defaults(object_length_linter(length = 40L), object_name_linter = NULL, commented_code_linter = NULL, object_usage_linter = NULL, cyclocomp_linter(complexity_limit = 100)), exclusions = list("R/RcppExports.R"))'
19
+
20
+addons:
21
+  apt:
22
+    sources:
23
+    - sourceline: 'ppa:opencpu/imagemagick'
24
+    packages:
25
+    - libmagick++-dev
... ...
@@ -36,10 +36,3 @@ Author: Joshua Campbell [aut, cre],
36 36
   Eric Reed [aut],
37 37
   Zhe Wang [aut]
38 38
 Maintainer: Joshua Campbell <camp@bu.edu>
39
-
40
-addons:
41
-  apt:
42
-    sources:
43
-    - sourceline: 'ppa:opencpu/imagemagick'
44
-    packages:
45
-    - libmagick++-dev