From: Luke Lau Date: Sat, 28 Jul 2018 17:09:52 +0000 (+0100) Subject: Use new-test with optimisations X-Git-Tag: 0.1.0.0~19 X-Git-Url: http://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=655469840ce9fe39c0f07e147e5c806f8d6b3a7d Use new-test with optimisations --- diff --git a/.travis.yml b/.travis.yml index b33a9ff..8ce9a5d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -36,5 +36,5 @@ before_install: - npm update - npm i -g javascript-typescript-langserver -# script: -# - stack --no-terminal --skip-ghc-check test +script: + - cabal new-test -O2