Skip to content

Commit

Permalink
[CI] Debug Commit: run phpunit twice
Browse files Browse the repository at this point in the history
  • Loading branch information
cbleek committed Jan 8, 2016
1 parent 3978aa7 commit 608ec65
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .coveralls.yml
@@ -1,2 +1,3 @@
service_name: travis-ci
json_path: ./json
coverage_clover: test/build/logs/clover.xml
2 changes: 2 additions & 0 deletions .travis.yml
Expand Up @@ -29,6 +29,8 @@ before_script:
- ./composer.phar install

script:
- ln -s ../test/build/logs build
- phpunit --configuration $TRAVIS_BUILD_DIR/test/phpunit.xml
- cd test
- php ./phpunit --configuration $TRAVIS_BUILD_DIR/test/phpunit.xml

Expand Down

0 comments on commit 608ec65

Please sign in to comment.