Skip to content

Commit

Permalink
Fix osx bash error
Browse files Browse the repository at this point in the history
  • Loading branch information
microshine committed Sep 15, 2017
1 parent df87ae7 commit 537a287
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ elif [ "$TRAVIS_OS_NAME" == "osx" ]; then

# Installing SoftHSM dependencies
brew update
brew install automake
brew install openssl
command -v automake || brew install automake
command -v openssl || brew install openssl

# seems to be needed
export OPENSSL_INCLUDE_DIR=`brew --prefix openssl`/include
Expand Down

0 comments on commit 537a287

Please sign in to comment.