Skip to content

Commit 5c77d2a

Browse files
committed
Removed kill command from .travis.yml.
1 parent 10a3263 commit 5c77d2a

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.travis.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,6 @@ install:
3737
before_script:
3838
- curl -Os --retry 5 https://uploader.codecov.io/latest/linux/codecov
3939
- chmod +x codecov
40-
script:
41-
- tox -- -v -n auto
42-
- kill $(jobs -p)
40+
script: tox -- -v -n auto
4341
after_success:
4442
- if [[ -e .coverage ]]; then ./codecov -t $CODECOV_TOKEN; fi

0 commit comments

Comments
 (0)