updating travis and appveyor elm-format dep
This commit is contained in:
parent
a31711a0cb
commit
ae38396df0
|
@ -68,5 +68,5 @@ before_install:
|
|||
# - stack setup
|
||||
# - stack install stylish-haskell
|
||||
# Elm
|
||||
- curl -L -o /tmp/elm-format.tgz https://github.com/avh4/elm-format/releases/download/0.1-alpha2/elm-format-0.1-alpha2-mac-x64.tgz
|
||||
- curl -L -o /tmp/elm-format.tgz https://github.com/avh4/elm-format/releases/download/0.2.0-alpha/elm-format-0.2.0-alpha-mac-x64.tgz
|
||||
- tar xvzf /tmp/elm-format.tgz -C /usr/local/bin
|
||||
|
|
Loading…
Reference in New Issue