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