Added crystal-lang to Travis

This commit is contained in:
Petru Ilies 2016-04-08 18:36:13 +03:00
parent 086b35c5d2
commit 862ae8bd51
1 changed files with 2 additions and 0 deletions

View File

@ -70,3 +70,5 @@ before_install:
# 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
- tar xvzf /tmp/elm-format.tgz -C /usr/local/bin
# Crystal
- brew install crystal-lang