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.
This commit is contained in:
Vikas Katariya 2019-09-10 17:29:51 +01:00
parent 0eb2d9d30a
commit fdbdc379d9

View file

@ -5,12 +5,6 @@ compiler:
sudo: false sudo: false
cache: ccache cache: ccache
# blocklist
branches:
except:
- development-psa
- coverity_scan
script: script:
- tests/scripts/recursion.pl library/*.c - tests/scripts/recursion.pl library/*.c
- tests/scripts/check-generated-files.sh - tests/scripts/check-generated-files.sh