Skip to content

Commit 76bc541

Browse files
committed
chore: Remove old travis related stuff
Signed-off-by: Ferdinand Thiessen <opensource@fthiessen.de>
1 parent 00a27af commit 76bc541

9 files changed

Lines changed: 2 additions & 258 deletions

File tree

apps/settings/.editorconfig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ end_of_line = lf
99
insert_final_newline = true
1010
trim_trailing_whitespace = true
1111

12-
[{package.json,.travis.yml,webpack.config.js}]
12+
[{package.json,webpack.config.js}]
1313
indent_style = space
1414
indent_size = 2

apps/updatenotification/Makefile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,6 @@ package: clean build-js-production
4949
--exclude=/SECURITY.md \
5050
--exclude=/.gitignore \
5151
--exclude=/.scrutinizer.yml \
52-
--exclude=/.travis.yml \
5352
--exclude=/.drone.yml \
5453
--exclude=/node_modules \
5554
--exclude=/npm-debug.log \

core/vendor/.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ src/
66
bower.json
77
component.json
88
.jshintrc
9-
.travis.yml
109
CHANGELOG*
1110
Gemfile
1211
gruntfile.js

lib/private/legacy/OC_Util.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -545,8 +545,7 @@ public static function checkServer(\OC\SystemConfig $config) {
545545
// defined = defined
546546
// ini = ini_get
547547
// If the dependency is not found the missing module name is shown to the EndUser
548-
// When adding new checks always verify that they pass on Travis as well
549-
// for ini settings, see https://github.com/owncloud/administration/blob/master/travis-ci/custom.ini
548+
// When adding new checks always verify that they pass on CI as well
550549
$dependencies = [
551550
'classes' => [
552551
'ZipArchive' => 'zip',

tests/lib/TestCase.php

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -509,11 +509,6 @@ protected function getGroupAnnotations(): array {
509509
}
510510

511511
protected function IsDatabaseAccessAllowed() {
512-
// on travis-ci.org we allow database access in any case - otherwise
513-
// this will break all apps right away
514-
if (getenv('TRAVIS') == true) {
515-
return true;
516-
}
517512
$annotations = $this->getGroupAnnotations();
518513
if (isset($annotations)) {
519514
if (in_array('DB', $annotations) || in_array('SLOWDB', $annotations)) {

tests/travis/before_install.sh

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

tests/travis/changed_app.sh

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

tests/travis/custom.ini

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

tests/travis/install.sh

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

0 commit comments

Comments
 (0)