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

tests/provider: Remove TravisCI #13730

Merged
merged 1 commit into from
Jun 12, 2020
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
1 change: 0 additions & 1 deletion .hashibot.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -576,7 +576,6 @@ behavior "pull_request_path_labeler" "service_labels" {
".gometalinter.json",
".markdownlinkcheck.json",
".markdownlint.yml",
".travis.yml",
"staticcheck.conf"
]
# label services
Expand Down
38 changes: 0 additions & 38 deletions .travis.yml

This file was deleted.

3 changes: 0 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,8 @@

# Terraform Provider for AWS

[![Build Status][travis-badge]][travis]
[![Forums][discuss-badge]][discuss]

[travis-badge]: https://api.travis-ci.org/terraform-providers/terraform-provider-aws.svg?branch=master
[travis]: https://travis-ci.org/github/terraform-providers/terraform-provider-aws
[discuss-badge]: https://img.shields.io/badge/discuss-terraform--aws-623CE4.svg?style=flat
[discuss]: https://discuss.hashicorp.com/c/terraform-providers/tf-aws/

Expand Down
1 change: 0 additions & 1 deletion docs/MAINTAINING.md
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,6 @@ gox -os='linux darwin windows freebsd openbsd solaris' -arch='386 amd64 arm' -os
- Update `docs/DEVELOPMENT.md`
- Update `.github/workflows/*.yml`
- Update `.go-version`
- Update `.travis.yml`
- Update `CHANGELOG.md` detailing the update and mention any notes practitioners need to be aware of.

See [#9992](https://github.com/terraform-providers/terraform-provider-aws/issues/9992) / [#10206](https://github.com/terraform-providers/terraform-provider-aws/pull/10206) for a recent example.
Expand Down
6 changes: 2 additions & 4 deletions docs/contributing/contribution-checklists.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,7 @@ guidelines.
instructions for getting a local copy of the site up and running if you'd
like to preview your changes.
- [ ] __Well-formed Code__: Do your best to follow existing conventions you
see in the codebase, and ensure your code is formatted with `go fmt`. (The
Travis CI build will fail if `go fmt` has not been run on incoming code.)
see in the codebase, and ensure your code is formatted with `go fmt`.
The PR reviewers can help out on this front, and may provide comments with
suggestions on how to improve the code.
- [ ] __Vendor additions__: Create a separate PR if you are updating the vendor
Expand Down Expand Up @@ -482,8 +481,7 @@ guidelines.
to add a new file in the appropriate place and add a link to the sidebar for
that page.
- [ ] __Well-formed Code__: Do your best to follow existing conventions you
see in the codebase, and ensure your code is formatted with `go fmt`. (The
Travis CI build will fail if `go fmt` has not been run on incoming code.)
see in the codebase, and ensure your code is formatted with `go fmt`.
The PR reviewers can help out on this front, and may provide comments with
suggestions on how to improve the code.
- [ ] __Vendor updates__: Create a separate PR if you are adding to the vendor
Expand Down