From 9ee9efeb76aec5a3c5750728e64759e8a09a13f6 Mon Sep 17 00:00:00 2001 From: Raul Tambre Date: Mon, 5 Oct 2015 07:53:51 +0300 Subject: [PATCH] Change branch_pattern back to coverity_scan Doesn't seem to play nicely with forks. --- .travis.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.travis.yml b/.travis.yml index bafa2e2add..68818fb382 100644 --- a/.travis.yml +++ b/.travis.yml @@ -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