From: Luke Lau Date: Tue, 31 Jul 2018 11:37:49 +0000 (+0100) Subject: Use old test with streaming X-Git-Url: https://git.lukelau.me/?p=lsp-test.git;a=commitdiff_plain;h=476b1c64cdeccfc63fe9d06a999d90b50de3a5df Use old test with streaming --- diff --git a/.travis.yml b/.travis.yml index f45e3cf..9ad0a0d 100644 --- a/.travis.yml +++ b/.travis.yml @@ -43,5 +43,5 @@ before_install: script: - pwd - ls -a - - cabal new-configure - - cabal new-test -O2 -j2 + - cabal configure --enable-tests + - cabal test -O2 -j2 --show-details=streaming