Skip to content
This repository has been archived by the owner on Aug 22, 2023. It is now read-only.

Commit

Permalink
Merge fec4453 into 1e4ae56
Browse files Browse the repository at this point in the history
  • Loading branch information
Felix Mueller committed Oct 20, 2015
2 parents 1e4ae56 + fec4453 commit cb4902e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
os:
- linux
- osx
# Deactivated OSX. Same issue happened to other python projects on OSX.
# https://github.com/jkbrzt/httpie/commit/8eb460a6f3925a6020020bf412ccec7342294a60
# - osx
before_install:
- if [ "$TRAVIS_OS_NAME" = "linux" ]; then sudo apt-get install xclip; fi
- if [ "$TRAVIS_OS_NAME" = "osx" ]; then sudo easy_install pip; fi
Expand Down

0 comments on commit cb4902e

Please sign in to comment.