From 6b04a6a4a6f62603d903b15b4d59e6c5a3b55e93 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 24 Aug 2015 10:15:21 -0700 Subject: [PATCH] Update .travis.yml --- .travis.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.travis.yml b/.travis.yml index 1c4068b39..07bce8092 100644 --- a/.travis.yml +++ b/.travis.yml @@ -29,6 +29,8 @@ before_install: # script: # - stack build --test +install: + script: - stack +RTS -N2 -RTS --install-ghc --no-terminal build --test