From 63bda7fa302eb9216965bf35807f70e7130df855 Mon Sep 17 00:00:00 2001 From: Glavin Wiechert Date: Thu, 3 Mar 2016 19:43:45 -0400 Subject: [PATCH] Remove Haskell tests because it takes so long to install --- .travis.yml | 6 +++--- .../haskell/original/{test.hs => _test.hs} | 0 2 files changed, 3 insertions(+), 3 deletions(-) rename examples/nested-jsbeautifyrc/haskell/original/{test.hs => _test.hs} (100%) diff --git a/.travis.yml b/.travis.yml index 101b8be..bc176d6 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,9 +64,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 diff --git a/examples/nested-jsbeautifyrc/haskell/original/test.hs b/examples/nested-jsbeautifyrc/haskell/original/_test.hs similarity index 100% rename from examples/nested-jsbeautifyrc/haskell/original/test.hs rename to examples/nested-jsbeautifyrc/haskell/original/_test.hs