Skip to content

Commit b54f1bf

Browse files
fabianvfpalnabarun
authored andcommitted
Script needs to be a string
1 parent 764e1d2 commit b54f1bf

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,8 @@ jobs:
1414
include:
1515
- stage: verify-tag
1616
python: 3.7
17-
script: [ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ]
17+
script: |
18+
[ "v$(python -c 'import kubernetes ; print(kubernetes.__version__)')" == "${TRAVIS_TAG}" ]
1819
- stage: test
1920
python: 2.7
2021
env: TOXENV=update-pycodestyle

0 commit comments

Comments
 (0)