This is an automated email from the ASF dual-hosted git repository.
liuxun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/submarine.git
The following commit(s) were added to refs/heads/master by this push:
new d4f80af SUBMARINE-803. Update travis link in README.md
d4f80af is described below
commit d4f80afd3377a07f8c8fcbb53eb98e7c48c768ab
Author: Kai-Hsun Chen <[email protected]>
AuthorDate: Sun Apr 25 10:55:42 2021 +0800
SUBMARINE-803. Update travis link in README.md
### What is this PR for?
"Please be aware travis-ci.org will be shutting down in several weeks, with
all accounts migrating to travis-ci.com. Please stay tuned here for more
information."
Reference: travis-ci.org
<img width="1068" alt="ζͺε 2021-04-25 δΈε11 02 34"
src="https://user-images.githubusercontent.com/20109646/115978993-c0f6de80-a5b5-11eb-957f-719d900c2f4f.png">
### What type of PR is it?
[Documentation]
### Todos
### What is the Jira issue?
https://issues.apache.org/jira/projects/SUBMARINE/issues/SUBMARINE-803?filter=allissues
### How should this be tested?
### Screenshots (if appropriate)
### Questions:
* Do the license files need updating? No
* Are there breaking changes for older versions? No
* Does this need new documentation? No
Author: Kai-Hsun Chen <[email protected]>
Signed-off-by: Liu Xun <[email protected]>
Closes #564 from kevin85421/SUBMARINE-803 and squashes the following
commits:
fa558ce [Kai-Hsun Chen] SUBMARINE-803. Update travis link in README.md
---
README.md | 2 +-
website/docs/devDocs/IntegrationTest.md | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 0bad1d0..86bf498 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@

-[](https://travis-ci.org/apache/submarine)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](http://hits.dwyl.io/apache/submarine)
[](https://badge.fury.io/py/apache-submarine)
+[](https://travis-ci.com/apache/submarine)
[](https://www.apache.org/licenses/LICENSE-2.0.html)
[](http://hits.dwyl.io/apache/submarine)
[](https://badge.fury.io/py/apache-submarine)
</div>
diff --git a/website/docs/devDocs/IntegrationTest.md
b/website/docs/devDocs/IntegrationTest.md
index ea607d6..8409dcd 100644
--- a/website/docs/devDocs/IntegrationTest.md
+++ b/website/docs/devDocs/IntegrationTest.md
@@ -74,7 +74,7 @@ Each time a code is submitted, travis is automatically
triggered for testing.
* Run E2E tests in Travis:
* Step1: Make sure that the port must be 8080 rather than in
[WebDriverManager.java](https://github.com/apache/submarine/blob/master/submarine-test/test-e2e/src/test/java/org/apache/submarine/WebDriverManager.java)
and [all test
cases](https://github.com/apache/submarine/tree/master/submarine-test/test-e2e/src/test/java/org/apache/submarine/integration).
* Step2: Make sure that the `headless` option is not commented in
[ChromeWebDriverProvider.java](https://github.com/apache/submarine/blob/master/submarine-test/test-e2e/src/test/java/org/apache/submarine/ChromeWebDriverProvider.java).
- * Step3: If you push the commit to Github, the Travis CI will execute
automatically and you can check it in
`https://travis-ci.org/${your_github_account}/${your_repo_name}`.
+ * Step3: If you push the commit to Github, the Travis CI will execute
automatically and you can check it in
`https://travis-ci.com/${your_github_account}/${your_repo_name}`.
### Run the existing tests.
##### Move to the working directory.
```
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]