Skip to content

Commit cb826be

Browse files
committed
fix bash syntax
1 parent fd0fa74 commit cb826be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,4 +96,4 @@ script:
9696
after_success:
9797
# Upload wheels to pypi
9898
- pip install twine
99-
- if [ -n "TRAVIS_TAG" ]; then twine -u ${USER} -p ${PASS} -r pypitest ${TRAVIS_BUILD_DIR}/wheelhouse/* else echo "Tag not set, deployment skipped." fi
99+
- if [ -n "TRAVIS_TAG" ]; then twine -u ${USER} -p ${PASS} -r pypitest ${TRAVIS_BUILD_DIR}/wheelhouse/*; else echo "Tag not set, deployment skipped."; fi

0 commit comments

Comments
 (0)