Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Next Next commit
chore: Remove old travis related stuff
Signed-off-by: Ferdinand Thiessen <[email protected]>
  • Loading branch information
susnux committed Sep 19, 2024
commit 7ae7f7fd12154eb73e02ad0cd0877ac23eb41e8c
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 @@ -533,11 +533,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.