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