From e83d01800293ed07142e11fa0ff06e112318208f Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Feb 2017 07:01:17 +0200 Subject: [PATCH] Add missing --install-ghc --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index b94ecfe4..ae9cfa83 100644 --- a/.travis.yml +++ b/.travis.yml @@ -171,9 +171,9 @@ script: echo "apply-ghc-options: everything" >> stack.yaml # Use slightly less intensive options on OS X due to Travis timeouts - stack --no-terminal $ARGS test --fast --pedantic + stack --install-ghc --no-terminal $ARGS test --fast --pedantic else - stack --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps --pedantic + stack --install-ghc --no-terminal $ARGS test --bench --no-run-benchmarks --haddock --no-haddock-deps --pedantic fi ;; cabal)