Whoops, forgot the URL for the executable on Travis
This commit is contained in:
parent
2dcaba4f47
commit
1d59cc0970
|
@ -60,5 +60,5 @@ before_install:
|
||||||
- stack setup
|
- stack setup
|
||||||
- stack install stylish-haskell
|
- stack install stylish-haskell
|
||||||
# Elm
|
# Elm
|
||||||
- curl -L -o /tmp/elm-format.tgz
|
- 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
|
||||||
- tar xvzf -C /usr/local/bin /tmp/elm-format.tgz
|
- tar xvzf -C /usr/local/bin /tmp/elm-format.tgz
|
||||||
|
|
Loading…
Reference in New Issue