Configure Coveralls to accept parallel test results.
This commit is contained in:
parent
b092790ea2
commit
899a359202
1 changed files with 3 additions and 0 deletions
|
|
@ -18,6 +18,8 @@ notifications:
|
||||||
- "chat.freenode.net#osem"
|
- "chat.freenode.net#osem"
|
||||||
on_success: change
|
on_success: change
|
||||||
on_failure: change
|
on_failure: change
|
||||||
|
webhooks:
|
||||||
|
- https://coveralls.io/webhook?repo_token=DMmQ05c9XLEiHsflEFD8f9RkFDequKGVA
|
||||||
before_script:
|
before_script:
|
||||||
- cp config/database.yml.travis config/database.yml
|
- cp config/database.yml.travis config/database.yml
|
||||||
- cp config/secrets.yml.example config/secrets.yml
|
- cp config/secrets.yml.example config/secrets.yml
|
||||||
|
|
@ -29,6 +31,7 @@ env:
|
||||||
global:
|
global:
|
||||||
- CI_NODE_TOTAL=4
|
- CI_NODE_TOTAL=4
|
||||||
- TEST_SUITE=rspec
|
- TEST_SUITE=rspec
|
||||||
|
- COVERALLS_PARALLEL=true
|
||||||
matrix:
|
matrix:
|
||||||
- TEST_SUITE=linters
|
- TEST_SUITE=linters
|
||||||
- CI_NODE_INDEX=0
|
- CI_NODE_INDEX=0
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue