Skip to content

Commit

Permalink
Add missing space in travis.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mrjefftang committed Feb 13, 2015
1 parent ac77424 commit bdedee7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ install:
- pip install coveralls coverage

- |
if [[ "$(uname -s)" == 'Darwin' && "${OPENSSL}" != "0.9.8"]]; then
if [[ "$(uname -s)" == 'Darwin' && "${OPENSSL}" != "0.9.8" ]]; then
brew upgrade openssl
export ARCHFLAGS="-arch x86_64"
export LDFLAGS="-L$(brew --prefix openssl)/lib"
Expand Down

0 comments on commit bdedee7

Please sign in to comment.