Drop .travis.yml from dev-1.15 branch (#14812)
This commit is contained in:
committed by
Kubernetes Prow Robot
parent
e45144f7e1
commit
3d1d270e3c
-22
@@ -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
|
|
||||||
Reference in New Issue
Block a user