Skip to content

Commit

Permalink
Add tests for config files and Travis config.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffmendoza committed Aug 11, 2016
1 parent 3f040ff commit 1e867e3
Show file tree
Hide file tree
Showing 3 changed files with 435 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
language: go
go:
- 1.6

# Don't want default ./... here:
install: go get -t -v ./test
script: go test -v ./test
17 changes: 17 additions & 0 deletions test/examples.go
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
/*
Copyright 2016 The Kubernetes Authors.
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
*/

package examples
Loading

0 comments on commit 1e867e3

Please sign in to comment.