Skip to content

Commit

Permalink
fix travis ci error
Browse files Browse the repository at this point in the history
  • Loading branch information
JerryGinger committed Jul 15, 2020
1 parent 6be5fe8 commit f1e53e9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,9 @@ before_deploy:
- echo $TRAVIS_TAG | sed 's/^.//' > version.txt
- echo $PATH
- export PATH=/Users/travis/Library/Python/2.7/bin:$PATH
- brew install openssl && brew install swig
- LDFLAGS="-L$(brew --prefix openssl)/lib" CFLAGS="-I$(brew --prefix openssl)/include" SWIG_FEATURES="-I$(brew --prefix openssl)/include" pip install m2crypto==0.32.0 --user

deploy:
skip_cleanup: true
skip_existing: true
Expand Down

0 comments on commit f1e53e9

Please sign in to comment.