From ff7709d61a75405907361b71a3b5feb0bda7d06a Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 24 Aug 2015 10:23:09 -0700 Subject: [PATCH] tools: travis: not working, roll back some --- .travis.yml | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/.travis.yml b/.travis.yml index 07bce8092..63aa4d2a2 100644 --- a/.travis.yml +++ b/.travis.yml @@ -22,17 +22,11 @@ before_install: - travis_retry curl -L https://github.com/commercialhaskell/stack/releases/download/v0.1.3.1/stack-0.1.3.1-x86_64-linux.gz | gunzip > ~/.local/bin/stack - chmod a+x ~/.local/bin/stack -# install: -# - stack setup -# - stack build --only-snapshot - -# script: -# - stack build --test - install: + - stack +RTS -N2 -RTS --no-terminal build --install-ghc --only-snapshot script: - - stack +RTS -N2 -RTS --install-ghc --no-terminal build --test + - stack +RTS -N2 -RTS build --test # coveralls.io coverage reports # after_script: