Skip to content

Commit

Permalink
another attempt to fix rvm-related bug in Travis
Browse files Browse the repository at this point in the history
  • Loading branch information
searchivairus committed Dec 2, 2017
1 parent 3c8f88f commit ec8afcb
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 @@ -25,6 +25,9 @@ before_install:
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 ec8afcb

Please sign in to comment.