1
0
mirror of https://github.com/httpie/cli.git synced 2026-04-24 19:53:55 +02:00
This commit is contained in:
Jakub Roztocil
2016-02-29 16:36:25 +08:00
parent f43e473de1
commit e5e5d0ce6d
+1 -1
View File
@@ -28,7 +28,7 @@ script:
install:
- |
if [[ $TRAVIS_OS_NAME == 'osx']]; then
if [[ $TRAVIS_OS_NAME == 'osx' ]]; then
brew install python
fi