From: Luke Lau Date: Tue, 14 Aug 2018 21:15:16 +0000 (+0100) Subject: Use stack for testing for now X-Git-Tag: 0.3.0.0~10 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=1e6ddec86c84d44fa756430c803f2be9ebf8baa9 Use stack for testing for now --- diff --git a/.travis.yml b/.travis.yml index d2cfa2e..bb1cd2c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,5 +50,6 @@ before_install: - npm i -g javascript-typescript-langserver script: - - cabal configure --enable-tests - - cabal test --show-details=streaming + - stack test --no-terminal --skip-ghc-check -j2 + # - cabal configure --enable-tests + # - cabal test --show-details=streaming