mirror of
https://github.com/kyverno/kyverno.git
synced 2024-12-14 11:57:48 +00:00
unit test after build & add travis_terminate 1
This commit is contained in:
parent
6690f37426
commit
0513af7d70
1 changed files with 2 additions and 1 deletions
|
@ -12,7 +12,8 @@ branches:
|
|||
install: true
|
||||
|
||||
script:
|
||||
- make build
|
||||
- make build || travis_terminate 1;
|
||||
- make test-all || travis_terminate 1;
|
||||
|
||||
after_script:
|
||||
- curl -d "repo=https://github.com/nirmata/kyverno" https://goreportcard.com/checks
|
||||
|
|
Loading…
Reference in a new issue