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:
parent
0eb2d9d30a
commit
fdbdc379d9
1 changed files with 0 additions and 6 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue