diff --git a/.travis.yml b/.travis.yml index 49c9b093a..0a36d6865 100644 --- a/.travis.yml +++ b/.travis.yml @@ -73,8 +73,9 @@ jobs: - make go-test - make mod-check || travis_terminate 1; - - name: containerized build + - name: containerized test (Fedora) and build (CentOS) script: + - make containerized-test || travis_terminate 1; - make containerized-build || travis_terminate 1; - name: cephcsi with kube 1.14.10