From: Luke Lau Date: Wed, 15 Aug 2018 21:17:12 +0000 (+0100) Subject: Use correct stack in test X-Git-Url: http://git.lukelau.me/?p=opengl.git;a=commitdiff_plain;h=08154bb3166ad077d76d19c3c735dda42e7310f9 Use correct stack in test --- diff --git a/.travis.yml b/.travis.yml index 2b19ee1..ab2505a 100644 --- a/.travis.yml +++ b/.travis.yml @@ -50,6 +50,6 @@ before_install: - npm i -g javascript-typescript-langserver script: - - stack test --no-terminal --skip-ghc-check -j2 + - stack test --no-terminal --skip-ghc-check -j2 --stack-yaml=stack-$TRAVIS_HASKELL_VERSION.yaml # - cabal configure --enable-tests # - cabal test --show-details=streaming