Skip to content

Commit

Permalink
Travis scripts clean-up
Browse files Browse the repository at this point in the history
  • Loading branch information
Enet4 committed Jun 13, 2018
1 parent 3d6fbbc commit c19dda9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 4 deletions.
1 change: 0 additions & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ before_script:
- export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:/usr/lib/:/usr/local/lib/

script:
- echo 'LD_LIBRARY_PATH = ' $LD_LIBRARY_PATH
- cd ${TRAVIS_BUILD_DIR}/faiss-sys && cargo test
- cd ${TRAVIS_BUILD_DIR} && cargo test

Expand Down
3 changes: 0 additions & 3 deletions faiss-sys/travis/install_faiss_c.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,6 @@ git checkout -q $repo_rev

# Build
./configure
echo '----- makefile.inc -----'
cat makefile.inc
echo '--- end makefile.inc ---'

make libfaiss.a
cd c_api
Expand Down

0 comments on commit c19dda9

Please sign in to comment.