Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove Travis CI #640

Merged
merged 1 commit into from
Mar 6, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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 @@ -109,7 +109,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 @@ -197,7 +197,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