From c56f2aabe0504a7e8bc61fb617f85f2b5a76be29 Mon Sep 17 00:00:00 2001 From: Bertrand Jacquin Date: Mon, 13 Apr 2015 21:33:30 +0100 Subject: [PATCH] MEDIUM: Remove unused files --- public_html/.editorconfig | 15 --------------- public_html/.travis.yml | 16 ---------------- public_html/lib/plugins/const/.travis.yml | 10 ---------- 3 files changed, 41 deletions(-) delete mode 100644 public_html/.editorconfig delete mode 100644 public_html/.travis.yml delete mode 100644 public_html/lib/plugins/const/.travis.yml diff --git a/public_html/.editorconfig b/public_html/.editorconfig deleted file mode 100644 index 9088a165..00000000 --- a/public_html/.editorconfig +++ /dev/null @@ -1,15 +0,0 @@ -; http://editorconfig.org/ - -[*] -indent_style = space -indent_size = 4 -charset = utf-8 -trim_trailing_whitespace = true -insert_final_newline = true - -[inc/{geshi,phpseclib}/**] -; Use editor default (possible autodetection). -indent_style = -indent_size = -trim_trailing_whitespace = false -insert_final_newline = false diff --git a/public_html/.travis.yml b/public_html/.travis.yml deleted file mode 100644 index 0bef9404..00000000 --- a/public_html/.travis.yml +++ /dev/null @@ -1,16 +0,0 @@ -language: php -php: - - "5.6" - - "5.5" - - "5.4" - - "5.3" -notifications: - irc: - channels: - - "chat.freenode.net#dokuwiki" - on_success: change - on_failure: change -install: - - wget https://phar.phpunit.de/phpunit-4.3.5.phar -O _test/phpunit - - chmod 755 _test/phpunit -script: cd _test && ./phpunit --verbose --stderr diff --git a/public_html/lib/plugins/const/.travis.yml b/public_html/lib/plugins/const/.travis.yml deleted file mode 100644 index b54dfa5d..00000000 --- a/public_html/lib/plugins/const/.travis.yml +++ /dev/null @@ -1,10 +0,0 @@ -language: php -php: - - "5.5" - - "5.4" - - "5.3" -env: - - DOKUWIKI=TestRequest -before_install: wget https://raw.github.com/lisps/dokuwiki-travis/master/travis.sh -install: sh travis.sh -script: cd _test && phpunit --stderr --group plugin_const \ No newline at end of file