From: Luke Lau Date: Fri, 17 Aug 2018 13:26:12 +0000 (+0100) Subject: Just use cabal again for travis testing, pray that it works X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=commitdiff_plain;h=6c346b74974b66c340df74c52754106b487247ce Just use cabal again for travis testing, pray that it works --- 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