Skip to content
This repository was archived by the owner on Nov 19, 2020. It is now read-only.

Commit e52016d

Browse files
authored
Merge pull request #94 from ericchiang/travis-update
*: update travis to include Go 1.10 and add README badge
2 parents c9d9831 + d4c849b commit e52016d

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.travis.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ sudo: required
55
go:
66
- 1.8
77
- 1.9
8+
- '1.10'
89

910
services:
1011
- docker

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
# A simple Go client for Kubernetes
22

33
[![GoDoc](https://godoc.org/github.com/ericchiang/k8s?status.svg)](https://godoc.org/github.com/ericchiang/k8s)
4+
[![Build Status](https://travis-ci.org/ericchiang/k8s.svg?branch=master)](https://travis-ci.org/ericchiang/k8s)
45

56
A slimmed down Go client generated using Kubernetes' [protocol buffer][protobuf] support. This package behaves similarly to [official Kubernetes' Go client][client-go], but only imports two external dependencies.
67

0 commit comments

Comments
 (0)