Skip to content

Commit

Permalink
another attempt to fix travis build
Browse files Browse the repository at this point in the history
  • Loading branch information
searchivairus committed Dec 2, 2017
1 parent ec8afcb commit d79b5b4
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,14 +20,11 @@ before_install:
- |
if [ "$TRAVIS_OS_NAME" = "linux" ]; then export CXX=g++-4.8 CC=gcc-4.8; fi
if [ "$TRAVIS_OS_NAME" = "osx" ] && [ "${PYTHON:0:1}" = "3" ]; then
brew update; brew install python3;
brew update; brew install python3; rvm get head || true
fi
pip install --user --upgrade pip virtualenv
virtualenv -p python$PYTHON venv
source venv/bin/activate
if [ "$TRAVIS_OS_NAME" = "osx" ]; then
rvm get stable || true
fi
install:
- cmake similarity_search && make -j 4
Expand Down

0 comments on commit d79b5b4

Please sign in to comment.