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

Migrate to travis-ci.com #1246

Merged
merged 1 commit into from
Oct 29, 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
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ Example:

## How To Enforce These Guidelines?

1. [Travis CI](https://travis-ci.org/akka/alpakka-kafka) automatically merges the code, builds it, runs the tests and sets Pull Request status accordingly of results in GitHub.
1. [Travis CI](https://travis-ci.com/akka/alpakka-kafka) automatically merges the code, builds it, runs the tests and sets Pull Request status accordingly of results in GitHub.
1. [Scalafmt](http://scalameta.org/scalafmt/) enforces some of the code style rules.
1. [sbt-header plugin](https://github.com/sbt/sbt-header) manages consistent copyright headers in every source file.
1. The [sbt-whitesourece plugin](https://github.com/lightbend/sbt-whitesource) checks licensing models of all (transitive) dependencies.
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,8 @@ Alpakka Kafka Connector [![scaladex-badge][]][scaladex] [![maven-central-badge][
[scaladex-badge]: https://index.scala-lang.org/akka/alpakka-kafka/latest.svg
[maven-central]: https://maven-badges.herokuapp.com/maven-central/com.typesafe.akka/akka-stream-kafka_2.12
[maven-central-badge]: https://maven-badges.herokuapp.com/maven-central/com.typesafe.akka/akka-stream-kafka_2.12/badge.svg
[travis]: https://travis-ci.org/akka/alpakka-kafka
[travis-badge]: https://travis-ci.org/akka/alpakka-kafka.svg?branch=master
[travis]: https://travis-ci.com/akka/alpakka-kafka
[travis-badge]: https://travis-ci.com/akka/alpakka-kafka.svg?branch=master
[gitter]: https://gitter.im/akka/alpakka-kafka
[gitter-badge]: https://badges.gitter.im/akka/alpakka-kafka.svg

Expand Down
4 changes: 2 additions & 2 deletions docs/release-train-issue-template.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,9 +40,9 @@ Key links:

### Cutting the release

- [ ] Wait until [master build finished](https://travis-ci.org/akka/alpakka-kafka/builds/) after merging the release notes
- [ ] Wait until [master build finished](https://travis-ci.com/akka/alpakka-kafka/builds/) after merging the release notes
- [ ] Update the [draft release](https://github.com/akka/alpakka-kafka/releases) with the next tag version `v$VERSION$`, title and release description linking to the announcement, release notes and milestone
- [ ] Check that Travis CI release build has executed successfully (Travis will start a [CI build](https://travis-ci.org/akka/alpakka-kafka/builds) for the new tag and publish artifacts to Bintray)
- [ ] Check that Travis CI release build has executed successfully (Travis will start a [CI build](https://travis-ci.com/akka/alpakka-kafka/builds) for the new tag and publish artifacts to Bintray)
- [ ] Go to [Bintray](https://bintray.com/akka/maven/alpakka-kafka) and select the just released version
- [ ] Go to the Maven Central tab and sync with Sonatype (using your Sonatype TOKEN key and password) (you may watch progress in the [Staging repository](https://oss.sonatype.org/#stagingRepositories))

Expand Down