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%"
|
- "SET PATH=%cd%\\elm-format-d;%PATH%"
|
||||||
- where elm-format
|
- where elm-format
|
||||||
|
|
||||||
# R
|
|
||||||
- choco install r.project -y
|
|
||||||
- where Rscript
|
|
||||||
|
|
||||||
# Beautysh
|
# Beautysh
|
||||||
- pip install beautysh
|
- pip install beautysh
|
||||||
- where beautysh
|
- where beautysh
|
||||||
|
|
||||||
|
# R
|
||||||
|
- choco install r.project -y
|
||||||
|
- where R
|
||||||
|
|
||||||
|
|
||||||
build_script:
|
build_script:
|
||||||
|
|
||||||
- cd %APPVEYOR_BUILD_FOLDER%
|
- cd %APPVEYOR_BUILD_FOLDER%
|
||||||
|
|
Loading…
Reference in New Issue