Skip to content

Commit

Permalink
AppVeyor R-devel nightly snapshot off pending #2820.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattdowle committed May 3, 2018
1 parent d59c486 commit dac55e3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ init:
Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
Import-Module '..\appveyor-tool.ps1'
install:
ps: Bootstrap
#install: # don't think this is needed, is it CSS for the vignettes which no longer used. Turning off to see what breaks.
# ps: Bootstrap

skip_branch_with_pr: true

Expand All @@ -28,7 +28,7 @@ environment:

- R_VERSION: release # the single Windows.zip binary (both 32bit/64bit) that users following dev version of installation instructions should click

- R_VERSION: devel
# - R_VERSION: devel # temporarily off while we address #2820 due to change in R-devel May 1st 2018

before_build:
- cmd: ECHO no Revision metadata added to DESCRIPTION
Expand Down

0 comments on commit dac55e3

Please sign in to comment.