Skip to content

Commit aa3d56f

Browse files
committed
remove travis ci
Signed-off-by: Kang Huaishuai <[email protected]>
1 parent 2cd0fac commit aa3d56f

File tree

7 files changed

+1
-70
lines changed

7 files changed

+1
-70
lines changed

.github/workflows/check-link.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,6 @@ jobs:
5151
"security.ubuntu.com/ubuntu",\
5252
"nginx.com",\
5353
"img.shields.io/github/release/yeasy/docker_practice",\
54-
"travis-ci.org/yeasy/docker_practice.svg",\
5554
"launchpad.net",\
5655
"www.w3.org/1999",\
5756
"chat.freenode.net",\

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
PCIT_GIT_URL: github.com/docker-practice/vuepress
100100
PCIT_KEEP_HISTORY: "true"
101101
PCIT_LOCAL_DIR: .vuepress/dist
102-
PCIT_MESSAGE: Sync from yeasy/docker_practice@${{github.sha}} by PCIT
102+
PCIT_MESSAGE: Build from yeasy/docker_practice@${{github.sha}}
103103
PCIT_TARGET_BRANCH: master
104104
PCIT_USERNAME: khs1994
105105
- name: Set coding.net CNAME

.vuepress/config.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,6 @@ module.exports = config({
222222
'drone/install'
223223
]
224224
},
225-
'travis/'
226225
],
227226
'/': [
228227
'/',

SUMMARY.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,6 @@
146146
* [GitHub Actions](cases/ci/actions/README.md)
147147
* [Drone](cases/ci/drone/README.md)
148148
* [部署 Drone](cases/ci/drone/install.md)
149-
* [Travis CI](cases/ci/travis/README.md)
150149
* [在 IDE 中使用 Docker](ide/README.md)
151150
* [VS Code](ide/vsCode.md)
152151
* [podman - 下一代 Linux 容器工具](podman/README.md)

cases/ci/travis/README.md

Lines changed: 0 additions & 47 deletions
This file was deleted.

cases/ci/travis/demo/.travis.yml

Lines changed: 0 additions & 16 deletions
This file was deleted.

cases/ci/travis/demo/Dockerfile

Lines changed: 0 additions & 3 deletions
This file was deleted.

0 commit comments

Comments
 (0)