Skip to content

Commit

Permalink
chore: Remove old travis related stuff
Browse files Browse the repository at this point in the history
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Sep 19, 2024
1 parent 00a27af commit 76bc541
Show file tree
Hide file tree
Showing 9 changed files with 2 additions and 258 deletions.
2 changes: 1 addition & 1 deletion apps/settings/.editorconfig
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ end_of_line = lf
insert_final_newline = true
trim_trailing_whitespace = true

[{package.json,.travis.yml,webpack.config.js}]
[{package.json,webpack.config.js}]
indent_style = space
indent_size = 2
1 change: 0 additions & 1 deletion apps/updatenotification/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,6 @@ package: clean build-js-production
--exclude=/SECURITY.md \
--exclude=/.gitignore \
--exclude=/.scrutinizer.yml \
--exclude=/.travis.yml \
--exclude=/.drone.yml \
--exclude=/node_modules \
--exclude=/npm-debug.log \
Expand Down
1 change: 0 additions & 1 deletion core/vendor/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ src/
bower.json
component.json
.jshintrc
.travis.yml
CHANGELOG*
Gemfile
gruntfile.js
Expand Down
3 changes: 1 addition & 2 deletions lib/private/legacy/OC_Util.php
Original file line number Diff line number Diff line change
Expand Up @@ -545,8 +545,7 @@ public static function checkServer(\OC\SystemConfig $config) {
// defined = defined
// ini = ini_get
// If the dependency is not found the missing module name is shown to the EndUser
// When adding new checks always verify that they pass on Travis as well
// for ini settings, see https://github.com/owncloud/administration/blob/master/travis-ci/custom.ini
// When adding new checks always verify that they pass on CI as well
$dependencies = [
'classes' => [
'ZipArchive' => 'zip',
Expand Down
5 changes: 0 additions & 5 deletions tests/lib/TestCase.php
Original file line number Diff line number Diff line change
Expand Up @@ -509,11 +509,6 @@ protected function getGroupAnnotations(): array {
}

protected function IsDatabaseAccessAllowed() {
// on travis-ci.org we allow database access in any case - otherwise
// this will break all apps right away
if (getenv('TRAVIS') == true) {
return true;
}
$annotations = $this->getGroupAnnotations();
if (isset($annotations)) {
if (in_array('DB', $annotations) || in_array('SLOWDB', $annotations)) {
Expand Down
41 changes: 0 additions & 41 deletions tests/travis/before_install.sh

This file was deleted.

19 changes: 0 additions & 19 deletions tests/travis/changed_app.sh

This file was deleted.

6 changes: 0 additions & 6 deletions tests/travis/custom.ini

This file was deleted.

182 changes: 0 additions & 182 deletions tests/travis/install.sh

This file was deleted.

0 comments on commit 76bc541

Please sign in to comment.