Added crystal-lang to Travis
This commit is contained in:
parent
086b35c5d2
commit
862ae8bd51
|
@ -70,3 +70,5 @@ before_install:
|
||||||
# Elm
|
# 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.1-alpha2/elm-format-0.1-alpha2-mac-x64.tgz
|
||||||
- tar xvzf /tmp/elm-format.tgz -C /usr/local/bin
|
- tar xvzf /tmp/elm-format.tgz -C /usr/local/bin
|
||||||
|
# Crystal
|
||||||
|
- brew install crystal-lang
|
||||||
|
|
Loading…
Reference in New Issue