We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b9940b commit 25785e4Copy full SHA for 25785e4
appveyor.yml
@@ -20,7 +20,7 @@ environment:
20
init:
21
ps: |
22
$ErrorActionPreference = "Stop"
23
- Invoke-WebRequest http://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
+ Invoke-WebRequest https://raw.github.com/krlmlr/r-appveyor/master/scripts/appveyor-tool.ps1 -OutFile "..\appveyor-tool.ps1"
24
Import-Module '..\appveyor-tool.ps1'
25
26
install:
0 commit comments