Skip to content

Commit

Permalink
[FIX] Travis an Appveyor are running long tasks
Browse files Browse the repository at this point in the history
  • Loading branch information
frahikLV committed Aug 25, 2020
1 parent 13df3d8 commit ef18f0e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,8 @@ r:
sudo: false
cache: packages
dist: trusty
env:
global:
- _R_CHECK_DONTTEST_EXAMPLES_=FALSE
after_success:
- Rscript -e 'covr::coveralls(type = "all")'
2 changes: 2 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@ cache:

environment:
USE_RTOOLS: true
global:
_R_CHECK_DONTTEST_EXAMPLES_: FALSE

build_script:
- travis-tool.sh install_github frahik/BMTME
Expand Down

0 comments on commit ef18f0e

Please sign in to comment.