Remove TravisCI mentions from build scripts

Travis CI is not used anymore, remove its mentions from the build scripts.
This commit is contained in:
PB
2021-07-15 13:53:12 +02:00
parent 91f6bee71b
commit 346a31d545
4 changed files with 1 additions and 7 deletions

View File

@@ -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/**'

View File

@@ -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/**'