From 6ebc19fccb12c184042bb0b80c79cd8782c2ca85 Mon Sep 17 00:00:00 2001 From: NotTsunami <4589807+NotTsunami@users.noreply.github.com> Date: Thu, 24 Sep 2020 17:36:42 -0400 Subject: [PATCH] Remove branches block from Travis config This block has no significance because these branches are stale and builds will not be triggered on these branches. --- .travis.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.travis.yml b/.travis.yml index 781ed21af..1357fb6dd 100644 --- a/.travis.yml +++ b/.travis.yml @@ -16,11 +16,6 @@ env: - secure: "OI9CUjj4lTb0HwwIZU5PbECU3hLlAL6KC8KsbwohG8/O3j5fLcnmDsK4Ad9us5cC39sS11Jcd1kDP2qRcCuST/glVNhLkcjKkiQerOfd5nQ/qL4JYfz/1mfP5mdpz9jHKzpLUIG+TXkbSTjP6VVmsb5KPT+3pKEdRFZB+Pu9+J8=" - coverity_branch: coverity_scan -branches: - except: - - search_encoding_windows - - v2_9_x - notifications: email: on_success: change