Skip to content

Commit

Permalink
remove 1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
monnand committed Jul 3, 2014
1 parent e444bf2 commit 903c4a9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
language: go

go:
- 1.2
- 1.3
- tip

Expand Down
4 changes: 2 additions & 2 deletions hack/test-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,10 +39,10 @@ find_test_dirs() {
cd "${KUBE_TARGET}"

if [ "$1" != "" ]; then
go test -race "$KUBE_GO_PACKAGE/$1"
go test -race -cover -coverprofile="tmp.out" "$KUBE_GO_PACKAGE/$1"
exit 0
fi

for package in $(find_test_dirs); do
go test -race "${KUBE_GO_PACKAGE}/${package}"
go test -race -cover -coverprofile="tmp.out" "${KUBE_GO_PACKAGE}/${package}"
done

0 comments on commit 903c4a9

Please sign in to comment.