Skip to content

Commit 9e48cbc

Browse files
committed
Remove all travis references
1 parent dc70a81 commit 9e48cbc

File tree

3 files changed

+0
-51
lines changed

3 files changed

+0
-51
lines changed

.travis.yml

Lines changed: 0 additions & 45 deletions
This file was deleted.

Makefile

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
exe = cmd/operator/*
22
cmd = operator
3-
TRAVIS_TAG ?= "0.0.0"
43

54
.PHONY: deps lint test integration integration-windows git-hooks init
65

@@ -26,10 +25,6 @@ test:
2625
$(info INFO: Starting build $@)
2726
go test `go list ./... | grep -v examples`
2827

29-
test-windows:
30-
$(info INFO: Starting build $@)
31-
go test .
32-
3328
test-coverage:
3429
$(info INFO: Starting build $@)
3530
go test -coverprofile c.out `go list ./... | grep -v examples`

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
[![Build Status](https://app.travis-ci.com/commander-cli/cmd.svg?branch=master)](https://travis-ci.org/commander-cli/cmd)
21
[![GoDoc](https://godoc.org/github.com/commander-cli/cmd?status.svg)](https://godoc.org/github.com/commander-cli/cmd)
32
[![Test Coverage](https://api.codeclimate.com/v1/badges/af3487439a313d580619/test_coverage)](https://codeclimate.com/github/commander-cli/cmd/test_coverage)
43
[![Maintainability](https://api.codeclimate.com/v1/badges/af3487439a313d580619/maintainability)](https://codeclimate.com/github/commander-cli/cmd/maintainability)

0 commit comments

Comments
 (0)