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-11 04:27:20 +0400
committerFabian Becker <halfdan@xnorfz.de>2013-02-11 04:27:20 +0400
commit281230f2016794f08ffbf86b3f73ee720acc3587 (patch)
tree44e23415ffc27ab95d7171488c2d0c7f919bb490 /.travis.yml
parentfc4a820b6bade6f6ba98c006e25ef6454e7dce2b (diff)
Fix previous commit.
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 afe0b82b04..e86e6ba4e3 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -12,7 +12,7 @@ env:
- TEST_SUITE=CoreTests
- TEST_SUITE=IntegrationTests
-script: phpunit --bootstrap bootstrap.php --configuration phpunit.xml --testsuite $TEST_SUITE --coverage-text --testdox
+script: phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --coverage-text --testdox
before_script:
- mysql -e 'create database piwik_test;'