updating travis and appveyor elm-format dep

This commit is contained in:
Jan-Cornelius Molnar 2016-04-14 12:08:37 +02:00
parent a31711a0cb
commit ae38396df0
1 changed files with 1 additions and 1 deletions

View File

@ -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