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
diff options
context:
space:
mode:
authorBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-27 09:07:05 +0400
committerBenaka Moorthi <benaka.moorthi@gmail.com>2013-09-27 09:07:05 +0400
commit78a7051b397e582dddae60d6f20070be669f3703 (patch)
tree925f6f07eb847564a54a3dd838bcb0cc62d828ce /.travis.yml
parentaa5e74c54d83ca55ae29f935dfb3f7d59864c896 (diff)
Trying to fix build.
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 1a1bea5ab4..6dd17afb38 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -35,7 +35,7 @@ before_script:
- uname -a
- date
- php -r "var_dump(gd_info());"
- - mysql -e 'create database piwik_test;'
+ - mysql -e 'create database piwik_tests;'
- ./tests/travis/prepare.sh
- ./tests/travis/setup_webserver.sh
- cd tests/PHPUnit