updated utils.sh

pull/2/head
Hari Sekhon 8 years ago
parent 09495531cf
commit e80d1ff895

@ -83,7 +83,7 @@ is_travis(){
}
is_CI(){
if is_jenkins || is_travis; then
if [ -n "${CI:-}" -o -n "${CI_NAME:-}" ] || is_jenkins || is_travis; then
return 0
else
return 1

Loading…
Cancel
Save