Drop .travis.yml from dev-1.15 branch (#14812)

This commit is contained in:
Qiming
2019-06-11 09:44:16 +08:00
committed by Kubernetes Prow Robot
parent e45144f7e1
commit 3d1d270e3c
-22
View File
@@ -1,22 +0,0 @@
env:
global:
- KUBE_VERSION: 1.13
language: go
go:
- 1.11.5
jobs:
include:
- name: "Testing examples"
cache:
directories:
- $HOME/.cache/go-build
install:
- bash scripts/test_examples.sh install
script:
- bash scripts/test_examples.sh run
- name: "Hugo build"
install:
- make travis-hugo-build
script:
- hugo