From e33e3c3cc5cb9e36e33e8a119cb60799fe95aff1 Mon Sep 17 00:00:00 2001 From: Simon Michael Date: Tue, 28 Jul 2015 16:02:31 -0700 Subject: [PATCH] tools: travis: try to cache a bit more --- .travis.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.travis.yml b/.travis.yml index 267c84fa6..4a2a51016 100644 --- a/.travis.yml +++ b/.travis.yml @@ -4,6 +4,7 @@ sudo: false cache: directories: - $HOME/.stack/ + - $HOME/.stack-work/ before_install: - mkdir -p ~/.local/bin @@ -12,12 +13,13 @@ before_install: - chmod a+x ~/.local/bin/stack install: - - stack setup --no-terminal - - stack build --only-snapshot --no-terminal + - stack --no-terminal --skip-ghc-check setup + - stack --no-terminal --skip-ghc-check build --only-snapshot + # testing: where are we now ? + - pwd script: - #- stack build --no-terminal - - stack test --no-terminal + - stack --no-terminal --skip-ghc-check test notifications: