Update AppVeyor in attempt to fix failing tests
This commit is contained in:
parent
fca67a5d08
commit
87d390b0fc
|
@ -125,14 +125,15 @@ install:
|
|||
- "SET PATH=%cd%\\elm-format-d;%PATH%"
|
||||
- where elm-format
|
||||
|
||||
# R
|
||||
- choco install r.project -y
|
||||
- where Rscript
|
||||
|
||||
# Beautysh
|
||||
- pip install beautysh
|
||||
- where beautysh
|
||||
|
||||
# R
|
||||
- choco install r.project -y
|
||||
- where R
|
||||
|
||||
|
||||
build_script:
|
||||
|
||||
- cd %APPVEYOR_BUILD_FOLDER%
|
||||
|
|
Loading…
Reference in New Issue