Skip to content

Commit

Permalink
Change pwd, enable text coverage (HTML report is no use)
Browse files Browse the repository at this point in the history
Adjust travis.sh

refs #3722
  • Loading branch information
halfdan committed Feb 7, 2013
1 parent 3283872 commit a12a968
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Expand Up @@ -12,12 +12,12 @@ env:
- TEST_SUITE=CoreTests
- TEST_SUITE=IntegrationTests

script: phpunit --configuration PHPUnit/phpunit.xml.dist --testsuite $TEST_SUITE
script: phpunit --configuration phpunit.xml --testsuite $TEST_SUITE --coverage-text

before_script:
- mysql -e 'create database piwik_test;'
- ./tests/PHPUnit/travis.sh
- cd tests
- cd tests/PHPUnit

matrix:
allow_failures:
Expand Down
1 change: 1 addition & 0 deletions tests/PHPUnit/travis.sh
Expand Up @@ -2,6 +2,7 @@

# Copy Piwik configuration
cp ./tests/PHPUnit/config.ini.travis.php ./config/config.ini.php
cp ./tests/PHPUnit/phpunit.xml.dist ./tests/PHPUnit/phpunit.xml

# Create tmp/ sub-directories
mkdir ./tmp/assets
Expand Down

0 comments on commit a12a968

Please sign in to comment.