Skip to content
This repository was archived by the owner on Aug 5, 2018. It is now read-only.

Commit e0086af

Browse files
author
Alex Mavrogiannis
committed
added makefile, integrated licence check with travis
1 parent bc85baa commit e0086af

File tree

9 files changed

+982
-29
lines changed

9 files changed

+982
-29
lines changed

.travis.yml

+18
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
sudo: false
2+
3+
language: go
4+
5+
go:
6+
- 1.4
7+
8+
install:
9+
- mkdir -p $HOME/gopath/src/github.com/kubernetes
10+
- cd $HOME/gopath/src/github.com/kubernetes/kubedash
11+
- go get github.com/tools/godep
12+
- go get github.com/axw/gocov/gocov
13+
- go get golang.org/x/tools/cmd/cover
14+
- go get github.com/mattn/goveralls
15+
16+
script:
17+
- export PATH=$PATH:$HOME/gopath/bin
18+
- make build

Godeps/Godeps.json

+31-27
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Godeps/_workspace/src/github.com/juju/ratelimit/LICENSE

+191
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)