diff --git a/.travis.yml b/.travis.yml index 7c3feeeba..b5f6bdd15 100644 --- a/.travis.yml +++ b/.travis.yml @@ -64,17 +64,17 @@ jobs: - make image-cephcsi || travis_terminate 1; - scripts/travis-functest.sh v1.13.7 || travis_terminate 1; - - name: cephcsi with kube 1.14.3 + - name: cephcsi with kube 1.15.6 script: - scripts/skip-doc-change.sh || travis_terminate 0; - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.14.3 || travis_terminate 1; + - scripts/travis-functest.sh v1.15.6 || travis_terminate 1; - - name: cephcsi with kube 1.15.0 + - name: cephcsi with kube 1.17.0 script: - scripts/skip-doc-change.sh || travis_terminate 0; - make image-cephcsi || travis_terminate 1; - - scripts/travis-functest.sh v1.15.0 || travis_terminate 1; + - scripts/travis-functest.sh v1.17.0 || travis_terminate 1; deploy: - provider: script