Remove TravisCI mentions from build scripts
Travis CI is not used anymore, remove its mentions from the build scripts.
This commit is contained in:
parent
91f6bee71b
commit
346a31d545
4 changed files with 1 additions and 7 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -8,7 +8,6 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'build/tools/travis-ci.sh'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
- 'interface/**'
|
||||
|
|
@ -25,7 +24,6 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/workflows/ci_msw_cross.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'build/tools/travis-ci.sh'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
- 'interface/**'
|
||||
|
|
|
|||
2
.github/workflows/ci_msw_cross.yml
vendored
2
.github/workflows/ci_msw_cross.yml
vendored
|
|
@ -8,7 +8,6 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/workflows/ci.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'build/tools/travis-ci.sh'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
- 'interface/**'
|
||||
|
|
@ -27,7 +26,6 @@ on:
|
|||
paths-ignore:
|
||||
- '.github/workflows/ci.yml'
|
||||
- 'build/tools/appveyor*.bat'
|
||||
- 'build/tools/travis-ci.sh'
|
||||
- 'distrib/**'
|
||||
- 'docs/**'
|
||||
- 'interface/**'
|
||||
|
|
|
|||
|
|
@ -28,8 +28,6 @@ skip_commits:
|
|||
- src/x11/
|
||||
- '**/*.md'
|
||||
- .github/workflows/
|
||||
- .travis.yml
|
||||
- build/tools/travis-ci.sh
|
||||
- build/tools/before_install.sh
|
||||
- build/tools/httpbin.sh
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
#
|
||||
# This script is used by both GitHub and Travis CI to install the dependencies
|
||||
# This script is used by GitHub to install the dependencies
|
||||
# before building wxWidgets but can also be run by hand if necessary (but
|
||||
# currently it only works for Ubuntu versions used by the CI builds).
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue