Skip to content

Commit

Permalink
Update appveyor.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
hofnerb committed Mar 23, 2016
1 parent 5ac94f2 commit f8612fe
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 @@ -2,13 +2,13 @@

# Download script file from GitHub
init:
- mkdir src
- ps: |
ps: |
$ErrorActionPreference = "Stop"
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
- mkdir src
- ps: Bootstrap

# Adapt as necessary starting from here

Expand Down

0 comments on commit f8612fe

Please sign in to comment.