Skip to content

Commit

Permalink
TEMPORARY: don't build vignettes
Browse files Browse the repository at this point in the history
current version of `RandomFields` v3.3.1 hangs and prevents vignette building. The yet-to-be-released v3.3.4 fixes the issue, so wait until that's available to restore vignette building on travis
  • Loading branch information
achubaty committed Feb 28, 2019
1 parent 1c38a63 commit db00471
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions .travis.yml
Expand Up @@ -25,6 +25,8 @@ matrix:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
r_build_args: "--no-build-vignettes"
r_check_args: "--as-cran --ignore-vignettes --no-examples"
- os: linux
dist: trusty
r: 3.4
Expand All @@ -43,6 +45,8 @@ matrix:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
r_build_args: "--no-build-vignettes"
r_check_args: "--as-cran --ignore-vignettes --no-examples"
- os: linux
dist: trusty
r: oldrel
Expand All @@ -61,6 +65,8 @@ matrix:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
r_build_args: "--no-build-vignettes"
r_check_args: "--as-cran --ignore-vignettes --no-examples"
- os: linux
dist: trusty
r: release
Expand All @@ -85,6 +91,8 @@ matrix:
after_success:
- travis_wait 20 Rscript -e 'covr::coveralls(type = "all", quiet = FALSE)'
- Rscript -e 'lintr::lint_package()'
r_build_args: "--no-build-vignettes"
r_check_args: "--as-cran --ignore-vignettes --no-examples"
r_github_packages:
- jimhester/lintr
- r-lib/covr
Expand All @@ -108,6 +116,8 @@ matrix:
- "export DISPLAY=:99.0"
- "sh -e /etc/init.d/xvfb start"
- sleep 3 # give xvfb some time to start
r_build_args: "--no-build-vignettes"
r_check_args: "--as-cran --ignore-vignettes --no-examples"
r_packages:
- devtools
- os: osx
Expand Down

0 comments on commit db00471

Please sign in to comment.