updated check_travis_yml.sh

pull/2/head
Hari Sekhon 7 years ago
parent ba01c325e3
commit 730c753c19

@ -36,6 +36,7 @@ else
#which travis &>/dev/null ||
if ! type travis &>/dev/null; then
if which gem &>/dev/null; then
echo "installing travis gem..."
gem install travis --no-rdoc --no-ri
else
echo "WARNING: skipping Travis install as gem command was not found in \$PATH"

Loading…
Cancel
Save