Remove Travis CI dependency (#13598)
* Remove Travis CI dependency * Make scripts runnable via chmod * Remove .travis.yml reference in test examples script
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
335bf7027e
commit
8101de9f43
Regular → Executable
-4
@@ -13,10 +13,6 @@ for f in $FILES; do
|
||||
TEST_EXAMPLES=Yes
|
||||
break
|
||||
fi
|
||||
if [[ $f =~ ".travis.yml" ]]; then
|
||||
TEST_EXAMPLES=Yes
|
||||
break
|
||||
fi
|
||||
done
|
||||
|
||||
function install() {
|
||||
|
||||
Reference in New Issue
Block a user