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:
authorFabian Becker <halfdan@xnorfz.de>2013-02-02 04:14:49 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-02 04:14:49 +0400
commit64fc1f35f4a4af7dcd64f8433a2163876cafd539 (patch)
tree15decc37cb701c6d274b9643ae324ad807db27fb /.travis.yml
parent9f1325af46313bf90dc0ba9f2061873d1c396384 (diff)
refs #7322
This should fix the build. git-svn-id: http://dev.piwik.org/svn/trunk@7840 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml3
1 files changed, 2 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index 29653c1843..1c44e6af3f 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -6,8 +6,9 @@ php:
- 5.4
- 5.3
-script: phpunit --configuration tests/PHPUnit/phpunit.xml.dist --coverage-text
+script: phpunit --configuration PHPUnit/phpunit.xml.dist --coverage-text
before_script:
- mysql -e 'create database piwik_test;'
- ./tests/PHPUnit/travis.sh
+ - cd tests