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

Commit

Permalink
WIP #59 travis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjabear committed Oct 10, 2016
1 parent 7d732dc commit 206a3ef
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions deploy/tasks/provision.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,10 @@

pip install --user --upgrade pip
pip install --user release-manager==0.1.0rc3

if [ "${TRAVIS_OS_NAME}" == "osx" ]; then
brew install openssl
export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
export OPENSSL_LIB_DIR=`brew --prefix openssl`/lib
fi

0 comments on commit 206a3ef

Please sign in to comment.