Skip to content

Commit

Permalink
Merge pull request #640 from adambkaplan/rm-travis
Browse files Browse the repository at this point in the history
Remove Travis CI
  • Loading branch information
openshift-merge-robot authored Mar 6, 2021
2 parents fd67f6a + 94caa34 commit 02bb0e5
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 29 deletions.
21 changes: 0 additions & 21 deletions .travis.yml

This file was deleted.

1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,6 @@ generate:

.PHONY: verify-codegen
verify-codegen: generate
# TODO: Fix travis issue with ginkgo install updating go.mod and go.sum
# TODO: Verify vendor tree is accurate
git diff --quiet -- ':(exclude)go.mod' ':(exclude)go.sum' ':(exclude)vendor/*'

Expand Down
3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,6 @@ SPDX-License-Identifier: Apache-2.0
<a alt="GoReport" href="https://goreportcard.com/report/github.com/shipwright-io/build">
<img src="https://goreportcard.com/badge/github.com/shipwright-io/build">
</a>
<a alt="Travis-CI Status" href="https://travis-ci.org/github/shipwright-io/build">
<img src="https://travis-ci.org/shipwright-io/build.svg?branch=master">
</a>
<img alt="License" src="https://img.shields.io/github/license/shipwright-io/build">
<a href="https://pkg.go.dev/mod/github.com/shipwright-io/build"> <img src="https://img.shields.io/badge/go.dev-reference-007d9c?logo=go&logoColor=white"></a>
</p>
Expand Down
4 changes: 2 additions & 2 deletions docs/development/testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ For all the testing levels, we rely on Gingko as the testing framework for defin

## Verifying your code

Our Travis builds verify that your code conforms to project standards and that all generated code is up to date.
Our CI builds verify that your code conforms to project standards and that all generated code is up to date.
When adding files or updating APIs, please run `make generate` before submitting your code.

### Counterfeiter
Expand Down Expand Up @@ -195,7 +195,7 @@ _Note_: Currently the end-to-end tests are not run in parallel, and may take sev

### Running e2e tests with local registry

When using [KinD](https://kind.sigs.k8s.io/) like jobs in Travis-CI, you can use a local container registry to store images created during end-to-end test execution. Run:
When using [KinD](https://kind.sigs.k8s.io/) like jobs in CI, you can use a local container registry to store images created during end-to-end test execution. Run:

```sh
make kind
Expand Down
2 changes: 1 addition & 1 deletion hack/install-kubectl.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0

#
# Installs "kubectl" on Travis-CI Ubuntu.
# Installs "kubectl" on Ubuntu.
#

set -eu
Expand Down
2 changes: 1 addition & 1 deletion hack/install-operator-sdk.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# SPDX-License-Identifier: Apache-2.0

#
# Installs Operator-SDK binary at "$HOME/bin" directory, meant to work in Travis-CI (Ubuntu).
# Installs Operator-SDK binary at "$HOME/bin" directory, meant to work on Ubuntu.
#

set -eu
Expand Down

0 comments on commit 02bb0e5

Please sign in to comment.