From 08154bb3166ad077d76d19c3c735dda42e7310f9 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Wed, 15 Aug 2018 22:17:12 +0100 Subject: [PATCH] Use correct stack in test --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.30.2