From ae38396df0fa9da054bac932f3c1c7c29fd74066 Mon Sep 17 00:00:00 2001 From: Jan-Cornelius Molnar Date: Thu, 14 Apr 2016 12:08:37 +0200 Subject: [PATCH] updating travis and appveyor elm-format dep --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bc176d6..5a4fb5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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