From 02b5f30feba1d3ece055c9136e087c417aab5694 Mon Sep 17 00:00:00 2001 From: Luke Lau Date: Mon, 3 Sep 2018 17:44:40 +0100 Subject: [PATCH] Use stack for testing --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 1a67741..fecf483 100644 --- a/.travis.yml +++ b/.travis.yml @@ -49,6 +49,7 @@ before_install: - npm update - npm i -g javascript-typescript-langserver -# script: +script: + - stack test --compiler ghc-$TRAVIS_HASKELL_VERSION # - cabal configure --enable-tests # - cabal test --show-details=streaming -- 2.30.2