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