Skip to content

Commit

Permalink
Working on Coveralls config
Browse files Browse the repository at this point in the history
  • Loading branch information
alphadevx committed Aug 7, 2015
1 parent 9d514d1 commit dce38cd
Show file tree
Hide file tree
Showing 5 changed files with 1,078 additions and 911 deletions.
2 changes: 2 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1 +1,3 @@
src_dir: Alpha
coverage_clover: clover.xml
json_path: coveralls-upload.json
4 changes: 1 addition & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ before_script:
- php composer.phar install --dev --no-interaction

script:
- mkdir -p build/logs
- vendor/bin/phpunit
- ls -l build/logs

after_script:
- vendor/bin/coveralls -v
- vendor/bin/coveralls
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
"pear-pear.php.net/File_Find": "*"
},
"require-dev": {
"phpunit/phpunit": "4.3.4",
"phpunit/phpunit": "4.8.2",
"phing/phing": "2.8.2",
"apigen/apigen": "2.8.1",
"satooshi/php-coveralls": "dev-master"
Expand Down

0 comments on commit dce38cd

Please sign in to comment.