mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
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"
|
||||
on_success: change
|
||||
on_failure: change
|
||||
webhooks:
|
||||
- https://coveralls.io/webhook?repo_token=DMmQ05c9XLEiHsflEFD8f9RkFDequKGVA
|
||||
before_script:
|
||||
- cp config/database.yml.travis config/database.yml
|
||||
- cp config/secrets.yml.example config/secrets.yml
|
||||
|
|
@ -29,6 +31,7 @@ env:
|
|||
global:
|
||||
- CI_NODE_TOTAL=4
|
||||
- TEST_SUITE=rspec
|
||||
- COVERALLS_PARALLEL=true
|
||||
matrix:
|
||||
- TEST_SUITE=linters
|
||||
- CI_NODE_INDEX=0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue