From: Luke Lau Date: Tue, 31 Jul 2018 17:29:22 +0000 (+0100) Subject: Try stack again? X-Git-Tag: 0.1.0.0~11 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=254d73aefddf226b1515eef9f43d61ba7a443791 Try stack again? --- diff --git a/.travis.yml b/.travis.yml index 2883617..b068f44 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,7 +41,8 @@ before_install: - npm i -g javascript-typescript-langserver script: - - pwd - - ls -a - - cabal configure --enable-tests - - cabal test -j2 --show-details=streaming + - stack test + # - pwd + # - ls -a + # - cabal configure --enable-tests + # - cabal test -j2 --show-details=streaming