added elm-format to appveyor

This commit is contained in:
Jan-Cornelius Molnar 2016-04-14 01:19:36 +02:00
parent 4584d98dd6
commit 8ede61e9da
1 changed files with 6 additions and 0 deletions

View File

@ -118,6 +118,12 @@ install:
- ps: "echo $env:path"
- ps: where.exe uncrustify
# elm-format
- curl -k -L https://github.com/avh4/elm-format/releases/download/0.2.0-alpha/elm-format-0.2.0-alpha-win-x64.zip -o elm-format.zip
- 7za e elm-format.zip -oelm-format
- "SET PATH=%cd%\\elm-format;%PATH%"
- where elm-format
build_script:
- cd %APPVEYOR_BUILD_FOLDER%