Skip to content

Commit

Permalink
trying to work around what seems to be an RVM bug
Browse files Browse the repository at this point in the history
  • Loading branch information
searchivairus committed Nov 30, 2017
1 parent 43356e6 commit 73130bd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ before_install:
pip install --user --upgrade pip virtualenv
virtualenv -p python$PYTHON venv
source venv/bin/activate
rvm get stable # work around rvm bug on osx
install:
- cmake similarity_search && make -j 4
- travis_wait travis_retry pip install -r python_bindings/requirements.txt scipy six flake8
Expand Down

0 comments on commit 73130bd

Please sign in to comment.