Fix typo in Travis CI

This commit is contained in:
Glavin Wiechert 2016-02-20 17:52:00 -04:00
parent 27c274091f
commit 06028a62c2
1 changed files with 3 additions and 3 deletions

View File

@ -58,9 +58,9 @@ before_install:
# CoffeeScript
- npm install coffee-formatter
# Haskell
- brew install haskell-stack
- stack setup
- stack install stylish-haskell
- brew install haskell-stack
- 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
- tar xvzf /tmp/elm-format.tgz -C /usr/local/bin