From 6c346b74974b66c340df74c52754106b487247ce Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Fri, 17 Aug 2018 14:26:12 +0100 Subject: [PATCH] Just use cabal again for travis testing, pray that it works --- .travis.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ab2505a..1a67741 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,7 +49,6 @@ before_install: - npm update - npm i -g javascript-typescript-langserver -script: - - stack test --no-terminal --skip-ghc-check -j2 --stack-yaml=stack-$TRAVIS_HASKELL_VERSION.yaml +# script: # - cabal configure --enable-tests # - cabal test --show-details=streaming -- 2.30.2