Skip to content

Commit 2d81ff8

Browse files
committed
Fix travis.yml
1 parent 882c30a commit 2d81ff8

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

.travis.yml

+3-6
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,11 @@ r:
66
- release
77
- devel
88

9+
r_build_args: --no-build-vignettes --no-manual --no-resave-data
10+
r_check_args: --no-build-vignettes --no-manual
11+
912
addons:
1013
apt:
1114
packages:
1215
- libgdal-dev
1316
- libproj-dev
14-
15-
r_github_packages:
16-
- jimhester/covr
17-
18-
after_success:
19-
- Rscript -e 'covr::coveralls()'

0 commit comments

Comments
 (0)