From: Luke Lau Date: Mon, 3 Sep 2018 16:44:40 +0000 (+0100) Subject: Use stack for testing X-Git-Tag: 0.3.0.0~3 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=02b5f30feba1d3ece055c9136e087c417aab5694 Use stack for testing --- diff --git a/.travis.yml b/.travis.yml index 1a67741..fecf483 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,7 @@ before_install: - npm update - npm i -g javascript-typescript-langserver -# script: +script: + - stack test --compiler ghc-$TRAVIS_HASKELL_VERSION # - cabal configure --enable-tests # - cabal test --show-details=streaming