1
0
mirror of https://github.com/httpie/cli.git synced 2025-01-24 03:16:43 +02:00
This commit is contained in:
Jakub Roztocil 2016-02-29 16:35:09 +08:00
parent 0a002ec554
commit f43e473de1

View File

@ -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