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-03-09 18:45:30 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-03-09 18:45:30 +0400
commite1d5ccb487c261c7e71d8c64d28f3f7de13d34aa (patch)
tree9326205317104426b3b831838e2ed13b80cd42c0 /.travis.yml
parentdff730438240e7ea52fc425c0440dd03ab33ed8e (diff)
Restructure travis build.
This now builds PHP 5.3/5.4/5.5 x 3 Testsuites + all PHP x whole test (for code coverage)
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 97d004a4a7..6d83e99f03 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -11,12 +11,13 @@ env:
- TEST_SUITE=PluginTests
- TEST_SUITE=CoreTests
- TEST_SUITE=IntegrationTests
+ - TEST_SUITE=
-script: phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --coverage-text --colors
+script: ./travis.sh
before_script:
- mysql -e 'create database piwik_test;'
- - ./tests/travis.sh
+ - ./tests/prepare.sh
- ./tests/travis/setup_webserver.sh
- cd tests/PHPUnit