From 74c9e5750ee87df74d0b83f872714f0baa07eda3 Mon Sep 17 00:00:00 2001 From: Vikas Katariya Date: Tue, 10 Sep 2019 17:29:51 +0100 Subject: [PATCH] Remove blocked branches "coverity_scan" branch is been removed as Travis shouldn't be blocked from triggering it to run Coverity on it. "development-psa" branch isn't used anymore and also it used to depend on a private submodule which Travis would fail to get. Signed-off-by: Gilles Peskine --- .travis.yml | 6 ------ 1 file changed, 6 deletions(-) diff --git a/.travis.yml b/.travis.yml index 3b2bf3c71..1a95f6989 100644 --- a/.travis.yml +++ b/.travis.yml @@ -5,12 +5,6 @@ compiler: sudo: false cache: ccache -# blocklist -branches: - except: - - development-psa - - coverity_scan - script: - tests/scripts/recursion.pl library/*.c - tests/scripts/check-generated-files.sh