mirror of
https://github.com/k3s-io/k3s.git
synced 2024-06-07 19:41:36 +00:00
02a5bee62f
* Move registries.yaml handling out to rancher/wharfie * Add system-default-registry support * Add CLI support for kubelet image credential providers Signed-off-by: Brad Davidson <brad.davidson@rancher.com>
19 lines
263 B
YAML
19 lines
263 B
YAML
language: go
|
|
|
|
go_import_path: google.golang.org/appengine
|
|
|
|
install:
|
|
- ./travis_install.sh
|
|
|
|
script:
|
|
- ./travis_test.sh
|
|
|
|
matrix:
|
|
include:
|
|
- go: 1.9.x
|
|
env: GOAPP=true
|
|
- go: 1.10.x
|
|
env: GOAPP=false
|
|
- go: 1.11.x
|
|
env: GO111MODULE=on
|