Skip to content

Commit 4fef0c0

Browse files
Attempting to fix Coveralls Travis glitch
1 parent 88b880e commit 4fef0c0

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

.coveralls.yml

+1-3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1 @@
1-
src_dir: lib
2-
coverage_clover: build/coverage/clover.xml
3-
json_path: build/coverage/coveralls-upload.json
1+
src_dir: lib

.travis.yml

+4
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,10 @@ branches:
1212
before_script:
1313
- composer install
1414

15+
script:
16+
- mkdir -p build/logs
17+
- php vendor/bin/phpunit -c phpunit.xml.dist
18+
1519
after_script:
1620
- php vendor/bin/coveralls -v
1721

0 commit comments

Comments
 (0)