Change branch_pattern back to coverity_scan

Doesn't seem to play nicely with forks.
This commit is contained in:
Raul Tambre 2015-10-05 07:53:51 +03:00
parent decd2b4f5a
commit 9ee9efeb76

View File

@ -96,7 +96,7 @@ addons:
description: "PS3 emulator/debugger"
notification_email: raul.tambre@gmail.com
build_command: "make -j 4"
branch_pattern: master
branch_pattern: coverity_scan
after_success:
- if [ "$COVERITY_SCAN_BRANCH" != 1 ] && [ "$TRAVIS_OS_NAME" = linux ]; then coveralls --extension .c --extension .cpp --extension .h; fi