Skip to content

Commit

Permalink
Merge branch 'AUTOMATED_TESTING' into 3.1
Browse files Browse the repository at this point in the history
Conflicts:
	.travis.yml
  • Loading branch information
gordonbanderson committed Dec 30, 2015
2 parents 533b8a6 + f4c2b66 commit c5f6dcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .coveralls.yml
@@ -0,0 +1,4 @@
# for php-coveralls
service_name: travis-ci
coverage_clover: build/logs/clover.xml

5 changes: 5 additions & 0 deletions .travis.yml
Expand Up @@ -7,6 +7,10 @@ addons:
packages:
- tidy


before_install:
- pip install --user codecov

env:
global:
- DB=MYSQL CORE_RELEASE=3.1
Expand Down Expand Up @@ -48,3 +52,4 @@ after_success:
- cd ~/build/$TRAVIS_REPO_SLUG
- wget https://scrutinizer-ci.com/ocular.phar
- php ocular.phar code-coverage:upload --format=php-clover coverage.clover
- codecov

0 comments on commit c5f6dcc

Please sign in to comment.