From 71e647782764184e3aab4faffe6d99176758979f Mon Sep 17 00:00:00 2001 From: Andrey Andreev Date: Thu, 22 Mar 2018 16:48:55 +0200 Subject: [ci skip] 3.1.8 release --- tests/travis/mysql.phpunit.xml | 25 ------------------------- tests/travis/mysqli.phpunit.xml | 25 ------------------------- tests/travis/pdo/mysql.phpunit.xml | 25 ------------------------- tests/travis/pdo/pgsql.phpunit.xml | 25 ------------------------- tests/travis/pdo/sqlite.phpunit.xml | 25 ------------------------- tests/travis/pgsql.phpunit.xml | 25 ------------------------- tests/travis/sqlite.phpunit.xml | 25 ------------------------- 7 files changed, 175 deletions(-) delete mode 100644 tests/travis/mysql.phpunit.xml delete mode 100644 tests/travis/mysqli.phpunit.xml delete mode 100644 tests/travis/pdo/mysql.phpunit.xml delete mode 100644 tests/travis/pdo/pgsql.phpunit.xml delete mode 100644 tests/travis/pdo/sqlite.phpunit.xml delete mode 100644 tests/travis/pgsql.phpunit.xml delete mode 100644 tests/travis/sqlite.phpunit.xml (limited to 'tests/travis') diff --git a/tests/travis/mysql.phpunit.xml b/tests/travis/mysql.phpunit.xml deleted file mode 100644 index 06d4a011b..000000000 --- a/tests/travis/mysql.phpunit.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - ../codeigniter - - - - - ../../system - - - \ No newline at end of file diff --git a/tests/travis/mysqli.phpunit.xml b/tests/travis/mysqli.phpunit.xml deleted file mode 100644 index 1364f8bfa..000000000 --- a/tests/travis/mysqli.phpunit.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - ../codeigniter - - - - - ../../system - - - \ No newline at end of file diff --git a/tests/travis/pdo/mysql.phpunit.xml b/tests/travis/pdo/mysql.phpunit.xml deleted file mode 100644 index 7121edc45..000000000 --- a/tests/travis/pdo/mysql.phpunit.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - ../../codeigniter - - - - - ../../../system - - - \ No newline at end of file diff --git a/tests/travis/pdo/pgsql.phpunit.xml b/tests/travis/pdo/pgsql.phpunit.xml deleted file mode 100644 index df3ff986e..000000000 --- a/tests/travis/pdo/pgsql.phpunit.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - ../../codeigniter - - - - - ../../../system - - - \ No newline at end of file diff --git a/tests/travis/pdo/sqlite.phpunit.xml b/tests/travis/pdo/sqlite.phpunit.xml deleted file mode 100644 index 7d867f6d1..000000000 --- a/tests/travis/pdo/sqlite.phpunit.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - ../../codeigniter - - - - - ../../../system - - - \ No newline at end of file diff --git a/tests/travis/pgsql.phpunit.xml b/tests/travis/pgsql.phpunit.xml deleted file mode 100644 index bfddbf6b5..000000000 --- a/tests/travis/pgsql.phpunit.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - ../codeigniter - - - - - ../../system - - - \ No newline at end of file diff --git a/tests/travis/sqlite.phpunit.xml b/tests/travis/sqlite.phpunit.xml deleted file mode 100644 index 75c946aee..000000000 --- a/tests/travis/sqlite.phpunit.xml +++ /dev/null @@ -1,25 +0,0 @@ - - - - - - - - - ../codeigniter - - - - - ../../system - - - \ No newline at end of file -- cgit v1.2.3-24-g4f1b