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