Skip to content

Commit

Permalink
Ensure that the HOMEBREW option is set for Travis macOS builds
Browse files Browse the repository at this point in the history
  • Loading branch information
jballanc committed Feb 15, 2017
1 parent dc8392a commit da7b728
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,6 +59,7 @@ script:
export LD_LIBRARY_PATH="$TRAVIS_BUILD_DIR/build";
else
export DYLD_LIBRARY_PATH="$TRAVIS_BUILD_DIR/build";
export HOMEBREW=1
fi
# Build native code
- make clean swig all
Expand Down

0 comments on commit da7b728

Please sign in to comment.