Skip to content

Commit 9222f20

Browse files
Merge pull request #10 from Non-Contradiction/patch-3
Update appveyor.yml
2 parents 3a1f09e + 3931e1c commit 9222f20

File tree

1 file changed

+4
-6
lines changed

1 file changed

+4
-6
lines changed

appveyor.yml

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,9 @@ environment:
22
NOT_CRAN: "true"
33
matrix:
44
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
5-
R_URL: "https://cran.rstudio.com/bin/windows/base/R-3.4.4-win.exe"
6-
# - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.5/julia-0.5-latest-win64.exe"
7-
# R_URL: "https://cran.rstudio.com/bin/windows/base/R-devel-win.exe"
8-
# - JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
9-
# R_URL: "https://cran.rstudio.com/bin/windows/base/R-devel-win.exe"
5+
R_URL: "https://cran.rstudio.com/bin/windows/base/R-3.5.0-win.exe"
6+
- JULIA_URL: "https://julialang-s3.julialang.org/bin/winnt/x64/0.6/julia-0.6-latest-win64.exe"
7+
R_URL: "https://cran.rstudio.com/bin/windows/base/R-devel-win.exe"
108

119
notifications:
1210
- provider: Email
@@ -51,7 +49,7 @@ install:
5149
# Download and install Rtools
5250

5351
- ps: (new-object net.webclient).DownloadFile(
54-
"https://cran.rstudio.com/bin/windows/Rtools/Rtools34.exe",
52+
"https://cran.rstudio.com/bin/windows/Rtools/Rtools35.exe",
5553
"C:\projects\rtools.exe")
5654
# - C:\projects\rtools.exe /S /D=C:\Rtools
5755
- C:\projects\rtools.exe /VERYSILENT /DIR=C:\Rtools

0 commit comments

Comments
 (0)