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-08 04:02:34 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-08 04:02:34 +0400
commit46e62bd7afbd164e1cb696d8f88d6b7bdaa5ee57 (patch)
tree9b6d3256642b063a4ef7c58d4fb249cae5b88bd0 /.travis.yml
parent477c338e334b1e8772f3d52459c2eaa35be860e6 (diff)
PHPUnit tests for piwik require a running webserver.
travis/setup_webserver.sh will install nginx + php-fpm and create configuration files. travis.sh adjusted to reflect changes. Moved everything to tests/ refs #3722
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 3de7f67415..e27c1732ea 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -16,7 +16,8 @@ script: phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --coverage-t
before_script:
- mysql -e 'create database piwik_test;'
- - ./tests/PHPUnit/travis.sh
+ - ./tests/travis.sh
+ - ./tests/travis/setup_webserver.sh
- cd tests/PHPUnit
matrix: