Skip to content

Commit

Permalink
コマンドを修正
Browse files Browse the repository at this point in the history
  • Loading branch information
mapserver2007 committed Sep 9, 2016
1 parent 60e738d commit f4bd656
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,12 @@ before_script:
- mkdir -p build/logs

script:
- docker run /home/travis/build/webstream-framework/Container:/workspace/ webstream/module-container vendor/bin/phpunit
- docker run -v /home/travis/build/webstream-framework/Container:/workspace/ webstream/module-container vendor/bin/phpunit --configuration phpunit.xml

after_script:
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover build/logs/clover.xml

php:
- 7.0

Expand Down

0 comments on commit f4bd656

Please sign in to comment.