checkout latest revision of travis config

git checkout cef73f6dee .travis.yml
This commit is contained in:
Haowei Cai 2020-03-11 19:24:49 -07:00
parent a16fee0b59
commit 6b23562029

View File

@ -14,7 +14,7 @@ jobs:
- stage: verify-tag
python: 3.7
script: >
[ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ] &&
[ "v$(python -c 'from scripts.constants import CLIENT_VERSION; print(CLIENT_VERSION)')" == "${TRAVIS_TAG}" ] &&
[[ "${TRAVIS_TAG}" =~ ^v[0-9]+\.[0-9]+\.[0-9]+(([ab]|dev|rc)[0-9]+)?$ ]]
- stage: test
python: 2.7