File tree 3 files changed +9
-2
lines changed
resources/installTemplates
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -18,6 +18,9 @@ before_script:
18
18
19
19
script : phpunit -c tests/phpunit.travis.xml --coverage-clover build/logs/clover.xml
20
20
21
+ after_script :
22
+ - php vendor/bin/coveralls -v
23
+
21
24
notifications :
22
25
hipchat : 1fbdbbbaa517c485f935a6d72f1110@ps-webforge
23
26
Original file line number Diff line number Diff line change 32
32
"mockery/mockery" : " dev-master" ,
33
33
"webforge/testplate" : " 1.4.*@stable" ,
34
34
35
- "symfony/event-dispatcher" : " 2.3@stable"
35
+ "symfony/event-dispatcher" : " 2.3@stable" ,
36
+ "satooshi/php-coveralls" : " dev-master"
36
37
},
37
38
"suggest" : {
38
39
"webforge/doctrine" : " To persist the navigation tree generated from NestedSetConverter"
Original file line number Diff line number Diff line change @@ -12,7 +12,10 @@ before_install:
12
12
- composer self-update
13
13
- COMPOSER_ROOT_VERSION=dev-master composer install --dev --prefer-source --no-interaction
14
14
15
- script : phpunit%PHPUnitArgs%
15
+ script : phpunit%PHPUnitArgs% --coverage-clover build/logs/clover.xml
16
+
17
+ after_script :
18
+ - php vendor/bin/coveralls -v
16
19
17
20
notifications :
18
21
hipchat : 1fbdbbbaa517c485f935a6d72f1110@ps-webforge
You can’t perform that action at this time.
0 commit comments