From e032785af93c7f12924b2e8fa15953104a05d5fa Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Feb 2017 11:46:08 +0200 Subject: [PATCH] Another missing --install-ghc --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index ef2d8a0f..6d1cec98 100644 --- a/.travis.yml +++ b/.travis.yml @@ -156,7 +156,7 @@ install: set -ex if [ "$ARGS" = "--resolver nightly" ] then - stack $ARGS solver --update-config + stack --install-ghc $ARGS solver --update-config fi set +ex