Skip to content

Commit

Permalink
travis: fix error.
Browse files Browse the repository at this point in the history
  • Loading branch information
Robin Zhong committed Mar 15, 2018
1 parent 52fb540 commit 361f881
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 @@ -15,6 +15,7 @@ install:
- mkdir /tmp/rocksdb && pushd /tmp/rocksdb
- wget https://github.com/facebook/rocksdb/archive/v5.11.3.tar.gz
- tar -xvf v5.11.3.tar.gz
- cd rocksdb-5.11.3
- sudo cp -r ./include/rocksdb/ /usr/include/
- popd
- sudo install native-lib/* /usr/local/lib
Expand Down

0 comments on commit 361f881

Please sign in to comment.