Remove Haskell tests because it takes so long to install

This commit is contained in:
Glavin Wiechert 2016-03-03 19:43:45 -04:00
parent 8d17ecce6f
commit 63bda7fa30
2 changed files with 3 additions and 3 deletions

View File

@ -64,9 +64,9 @@ before_install:
# CoffeeScript # CoffeeScript
- npm install coffee-formatter - npm install coffee-formatter
# Haskell # Haskell
- brew install haskell-stack # - brew install haskell-stack
- stack setup # - stack setup
- stack install stylish-haskell # - stack install stylish-haskell
# 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