mirror of
https://github.com/httpie/cli.git
synced 2025-01-26 03:20:27 +02:00
Fix travis
This commit is contained in:
parent
576ee83d82
commit
0a002ec554
@ -27,4 +27,7 @@ script:
|
|||||||
- make
|
- make
|
||||||
|
|
||||||
after_success:
|
after_success:
|
||||||
- [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux']] && pip install python-coveralls && coveralls
|
- |
|
||||||
|
if [[ $TRAVIS_PYTHON_VERSION == $NEWEST_PYTHON && $TRAVIS_OS_NAME == 'linux']]; then
|
||||||
|
pip install python-coveralls && coveralls
|
||||||
|
fi
|
||||||
|
Loading…
x
Reference in New Issue
Block a user