travis: add job to test 'make containerized-build'

Signed-off-by: Niels de Vos <ndevos@redhat.com>
This commit is contained in:
Niels de Vos 2020-03-24 10:03:13 +01:00 committed by mergify[bot]
parent 7381253ee0
commit 2124f6e775

View File

@ -69,6 +69,10 @@ jobs:
- make go-test
- make mod-check || travis_terminate 1;
- name: containerized build
script:
- make containerized-build || travis_terminate 1;
- name: cephcsi with kube 1.14.10
script:
- scripts/skip-doc-change.sh || travis_terminate 0;