From 86411d25f25257c499ade6a6353ec60e6de16b28 Mon Sep 17 00:00:00 2001 From: Michael Snoyman Date: Wed, 8 Feb 2017 09:08:10 +0200 Subject: [PATCH] Silly typo --- .travis.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index ebfcea75..ef2d8a0f 100644 --- a/.travis.yml +++ b/.travis.yml @@ -154,9 +154,9 @@ install: - if [ -f configure.ac ]; then autoreconf -i; fi - | set -ex - if [ "$RESOLVER" = "--resolver nightly" ] + if [ "$ARGS" = "--resolver nightly" ] then - stack $RESOLVER solver --update-config + stack $ARGS solver --update-config fi set +ex