mirror of
https://github.com/httpie/cli.git
synced 2025-01-24 03:16:43 +02:00
Fix travis
This commit is contained in:
parent
576ee83d82
commit
0a002ec554
@ -27,4 +27,7 @@ script:
|
||||
- make
|
||||
|
||||
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