Skip to content
This repository was archived by the owner on Oct 22, 2024. It is now read-only.

Commit 9d053a7

Browse files
Replace Travis references with GitHub Actions in CONTRIBUTING.md (#429)
1 parent a8556ec commit 9d053a7

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -132,19 +132,12 @@ analysis locally.
132132

133133
#### Continuously Integrating and Continuously Deploying
134134

135-
[Travis CI][travis-ci] is used to provide continuous integration and
135+
[GitHub Actions][github-actions] are used to provide continuous integration and
136136
continuous deployment functionality for the Ruby gem.
137137

138-
[.travis.yml](.travis.yml) contains job configuration.
138+
[tests.yml](.github/workflows/tests.yml) define unit and integration tests that will be executed for each commit to the master branch and each commit to a branch with an open pull request.
139139

140-
Unit tests and integration tests will be executed for each commit to the
141-
master branch and each commit to a branch with an open pull request.
142-
143-
[GitHub Actions][github-actions] are used to deploy the Ruby gem. If a [tag][git-tag]
144-
starting with v is pushed to the master branch, then the job will attempt to build
145-
the Ruby gem and deploy it to [RubyGems][ruby-gems].
146-
147-
[release.yml](.github/workflows/release.yml) contains job configuration.
140+
[release.yml](.github/workflows/release.yml) contains the job configuration to deploy the Ruby gem. If a [tag][git-tag] starting with v is pushed to the master branch, then the job will attempt to build the Ruby gem and deploy it to [RubyGems][ruby-gems].
148141

149142
#### Releasing
150143

@@ -208,5 +201,4 @@ bundle exec middleman build --build-dir docs
208201
[terraform-docker-provider]: https://www.terraform.io/docs/providers/docker/index.html
209202
[terraform]: https://www.terraform.io/
210203
[kitchen]: https://github.com/test-kitchen/test-kitchen/
211-
[travis-ci]: https://travis-ci.com/newcontext-oss/kitchen-terraform
212204
[github-actions]: https://help.github.com/en/actions

0 commit comments

Comments
 (0)