2013-02-18 63 views

回答

5

這應該告訴你答案:https://github.com/travis-ci/travis-ci-php-example/blob/master/.travis.yml

如果鏈接永遠不再存在,在你.travis.yml包括下面幾行:

# omitting "script:" will default to phpunit 
# use the $DB env variable to determine the phpunit.xml to use 
script: phpunit --configuration phpunit_$DB.xml --coverage-text 
+0

這個小github上知識庫解釋得非常好,謝謝! – ducin 2013-02-18 15:17:15