updated check_travis_yml.sh

pull/2/head
Hari Sekhon 3 years ago
parent 695caf28b6
commit 793f100b2a

@ -81,7 +81,8 @@ else
set +e
if is_CI; then
# get past shell completion install prompt in CI
echo "n" | travis lint
#echo "n" | travis lint
travis lint --no-interactive
else
travis lint
fi

Loading…
Cancel
Save