diff --git a/scripts/ci/before_install.sh b/scripts/ci/before_install.sh index a1aee3c00a..7e52871e62 100644 --- a/scripts/ci/before_install.sh +++ b/scripts/ci/before_install.sh @@ -73,5 +73,5 @@ if [ "$TRAVIS_OS_NAME" == "linux" ]; then fi # NOTE: after deprecating this branch, uncomment this line - # echo "unset SNAP_CHANNEL" >>env.sh + echo "unset SNAP_CHANNEL" >>env.sh fi