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:
Luc Perkins
2019-04-11 01:40:13 -07:00
committed by Kubernetes Prow Robot
parent 335bf7027e
commit 8101de9f43
3 changed files with 5 additions and 34 deletions
Regular → Executable
-4
View File
@@ -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() {