From 0098d1d211e9c7202b796f875c04d8882df1e721 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Mon, 24 Aug 2015 10:28:32 -0700 Subject: [PATCH] tools: travis: roll back more, --install-ghc not supported --- .travis.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index 63aa4d2a2..c2a6f6276 100644 --- a/.travis.yml +++ b/.travis.yml @@ -23,7 +23,8 @@ before_install: - chmod a+x ~/.local/bin/stack install: - - stack +RTS -N2 -RTS --no-terminal build --install-ghc --only-snapshot + - stack +RTS -N2 -RTS setup + - stack +RTS -N2 -RTS build --only-snapshot script: - stack +RTS -N2 -RTS build --test