mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-04 05:51:27 +12:00
Change branch_pattern back to coverity_scan
Doesn't seem to play nicely with forks.
This commit is contained in:
parent
decd2b4f5a
commit
9ee9efeb76
1 changed files with 1 additions and 1 deletions
|
@ -96,7 +96,7 @@ addons:
|
||||||
description: "PS3 emulator/debugger"
|
description: "PS3 emulator/debugger"
|
||||||
notification_email: raul.tambre@gmail.com
|
notification_email: raul.tambre@gmail.com
|
||||||
build_command: "make -j 4"
|
build_command: "make -j 4"
|
||||||
branch_pattern: master
|
branch_pattern: coverity_scan
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- if [ "$COVERITY_SCAN_BRANCH" != 1 ] && [ "$TRAVIS_OS_NAME" = linux ]; then coveralls --extension .c --extension .cpp --extension .h; fi
|
- if [ "$COVERITY_SCAN_BRANCH" != 1 ] && [ "$TRAVIS_OS_NAME" = linux ]; then coveralls --extension .c --extension .cpp --extension .h; fi
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue