You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pekko.apache.org by md...@apache.org on 2022/11/12 06:29:08 UTC

[incubator-pekko-persistence-dynamodb] branch main updated: Remove and change references to travis

This is an automated email from the ASF dual-hosted git repository.

mdedetrich pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/incubator-pekko-persistence-dynamodb.git


The following commit(s) were added to refs/heads/main by this push:
     new 5dfbfff  Remove and change references to travis
5dfbfff is described below

commit 5dfbfffeccdb71f5c80cfc2c53243ecec1bcf905
Author: Matthew de Detrich <ma...@aiven.io>
AuthorDate: Fri Nov 11 22:13:41 2022 +0100

    Remove and change references to travis
---
 .jvmopts-travis | 7 -------
 CONTRIBUTING.md | 7 +------
 README.md       | 2 +-
 RELEASING.md    | 4 ----
 4 files changed, 2 insertions(+), 18 deletions(-)

diff --git a/.jvmopts-travis b/.jvmopts-travis
deleted file mode 100644
index e347ac0..0000000
--- a/.jvmopts-travis
+++ /dev/null
@@ -1,7 +0,0 @@
-# This is used to configure the sbt instance that Travis launches
-
--Xms2G
--Xmx2G
--Xss2M
--XX:ReservedCodeCacheSize=256m
-
diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md
index 99e8808..ff385e1 100644
--- a/CONTRIBUTING.md
+++ b/CONTRIBUTING.md
@@ -4,7 +4,7 @@
 
 * [Typesafe Contributor License Agreement](http://www.typesafe.com/contribute/cla)
 * [Issue Tracker](https://github.com/akka/akka-persistence-dynamodb/issues)
-* [Travis CI](https://travis-ci.org/akka/akka-persistence-dynamodb)
+* [Github Actions](https://github.com/apache/incubator-pekko-persistence-dynamodb/actions)
 
 # Typesafe Project & Developer Guidelines
 
@@ -135,11 +135,6 @@ Example:
     * Details 2
     * Details 3
 
-## How To Enforce These Guidelines?
-
-### Make Use of Pull Request Validator
-This Akka plugin uses [Travis pull request builder](https://travis-ci.org/akka/akka-persistence-dynamodb) that automatically merges the code, builds it, runs the tests and comments on the Pull Request in GitHub.
-
 ## Source style
 
 Akka uses [Scalariform](https://github.com/mdr/scalariform) to enforce some of the code style rules.
diff --git a/README.md b/README.md
index 6bde46a..3762b3b 100644
--- a/README.md
+++ b/README.md
@@ -13,7 +13,7 @@ Supported versions:
 - Java: `1.8+`
 
 [![Join the chat at https://gitter.im/akka/akka-persistence-dynamodb](https://badges.gitter.im/akka/akka-persistence-dynamodb.svg)](https://gitter.im/akka/akka-persistence-dynamodb?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
-[![Build Status](https://travis-ci.org/akka/akka-persistence-dynamodb.svg?branch=master)](https://travis-ci.org/akka/akka-persistence-dynamodb)
+[![Build Status](https://github.com/apache/incubator-pekko-persistence-dynamodb/actions/workflows/check-build-test.yml/badge.svg?branch=main)](https://github.com/apache/incubator-pekko-persistence-dynamodb/actions)
 
 Installation
 ------------
diff --git a/RELEASING.md b/RELEASING.md
index 3413833..ac2bf4f 100644
--- a/RELEASING.md
+++ b/RELEASING.md
@@ -7,7 +7,3 @@ How to release
   exactly the tagged version the workspace must be clean and there are no additional commits beyond
   the tag.
 - `sbt -Dpublish.maven.central=true +publishSigned`
-- Travis CI will update the `akka-persistence-dynamodb-xx-stable` reporting project in
-  [WhiteSource](http://saas.whitesourcesoftware.com/) on push to master.
-  The `xx` is the `major.minor` of the current version. This needs a manual update when
-  the minor version is incremented.


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscribe@pekko.apache.org
For additional commands, e-mail: commits-help@pekko.apache.org