Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Sign in
Toggle navigation
S
solarium
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Commits
Open sidebar
common
solarium
Commits
6b745330
Commit
6b745330
authored
Nov 04, 2014
by
Bas de Nooijer
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'Gasol-coveralls-integration' into develop (PR #290)
Conflicts: composer.json
parents
5275590c
4e70332b
Changes
5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
13 additions
and
1 deletion
+13
-1
.coveralls.yml
.coveralls.yml
+3
-0
.travis.yml
.travis.yml
+1
-0
README.md
README.md
+4
-1
composer.json
composer.json
+1
-0
phpunit.xml.travis
phpunit.xml.travis
+4
-0
No files found.
.coveralls.yml
0 → 100644
View file @
6b745330
service_name
:
travis-ci
src_dir
:
library
.travis.yml
View file @
6b745330
...
@@ -12,3 +12,4 @@ before_script:
...
@@ -12,3 +12,4 @@ before_script:
script
:
vendor/bin/phpunit -c phpunit.xml.travis
script
:
vendor/bin/phpunit -c phpunit.xml.travis
after_script
:
vendor/bin/coveralls -v
README.md
View file @
6b745330
...
@@ -46,4 +46,7 @@ http://wiki.solarium-project.org/index.php/V3:Installation#Getting_Solarium
...
@@ -46,4 +46,7 @@ http://wiki.solarium-project.org/index.php/V3:Installation#Getting_Solarium
## Travis Continuous Integration status
## Travis Continuous Integration status
*
Develop branch
[

](http://travis-ci.org/basdenooijer/solarium)
*
Develop branch
[

](http://travis-ci.org/basdenooijer/solarium)
*
Master branch
[

](http://travis-ci.org/basdenooijer/solarium)
*
Develop branch
[

](https://coveralls.io/r/basdenooijer/solarium?branch=develop)
\ No newline at end of file
*
Master branch
[

](http://travis-ci.org/basdenooijer/solarium)
*
Master branch
[

](https://coveralls.io/r/basdenooijer/solarium?branch=master)
composer.json
View file @
6b745330
...
@@ -19,6 +19,7 @@
...
@@ -19,6 +19,7 @@
"phpunit/phpunit"
:
"~3.7"
,
"phpunit/phpunit"
:
"~3.7"
,
"squizlabs/php_codesniffer"
:
"~1.4"
,
"squizlabs/php_codesniffer"
:
"~1.4"
,
"zendframework/zendframework1"
:
"~1.12"
"zendframework/zendframework1"
:
"~1.12"
"satooshi/php-coveralls"
:
"~0.6"
},
},
"extra"
:
{
"extra"
:
{
"branch-alias"
:
{
"branch-alias"
:
{
...
...
phpunit.xml.travis
View file @
6b745330
...
@@ -7,6 +7,10 @@
...
@@ -7,6 +7,10 @@
</testsuite>
</testsuite>
</testsuites>
</testsuites>
<logging>
<log
type=
"coverage-clover"
target=
"build/logs/clover.xml"
/>
</logging>
<filter>
<filter>
<whitelist>
<whitelist>
<directory
suffix=
".php"
>
library
</directory>
<directory
suffix=
".php"
>
library
</directory>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment