Skip to content

Commit 4a04d4f

Browse files
committed
fix Travis multiline script
1 parent b552aef commit 4a04d4f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.travis.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -205,5 +205,5 @@ matrix:
205205
# TOXENV=pylint-tests
206206
install: pip install tox
207207
script:
208-
if [[ -n $TEST_VECTOR_HANDLERS ]]; then cd test_vector_handlers; fi
209-
tox
208+
- if [[ -n $TEST_VECTOR_HANDLERS ]]; then cd test_vector_handlers; fi
209+
- tox

0 commit comments

Comments
 (0)