Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/js
diff options
context:
space:
mode:
authorMatthieu Aubry <matt@piwik.org>2015-11-05 04:52:15 +0300
committerMatthieu Aubry <matt@piwik.org>2015-11-05 04:52:15 +0300
commit98149361910dadb1d47e1d37ac52fd419eb05207 (patch)
treea2856bdccb58838ecacb3a0388cfb80d478917ca /js
parent4aeb7b2acb9778c8bbab89af6759c50612ffd6dc (diff)
parentcddf7e4bc4d1dcba44a64397236915248b16ccc9 (diff)
Merge pull request #9164 from piwik/mysql_in_tracker
Use MySQL instead of SQLite in tracker tests
Diffstat (limited to 'js')
-rw-r--r--js/README.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/js/README.md b/js/README.md
index 06c7cf0ae3..d24f8d8c9d 100644
--- a/js/README.md
+++ b/js/README.md
@@ -48,9 +48,6 @@ The js/ folder contains:
* In a production environment, the tests/javascript folder is not used and can
be removed (if present).
- Note: if the file "js/tests/enable_sqlite" exists, additional unit tests
- (requires the sqlite extension) are enabled.
-
* We use /*! to include Piwik's license header in the minified source. Read
Stallman's "The JavaScript Trap" for more information.