fixed typo in travis.yml

This commit is contained in:
debris 2015-11-28 23:23:11 +01:00
parent de87de3920
commit 7671877ed6
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ language: rust
before_script:
- wget https://github.com/facebook/rocksdb/archive/rocksdb-3.13.tar.gz
- tar xvf rocksdb-3.8.tar.gz && cd rocksdb-rocksdb-3.8 && make shared_lib
- tar xvf rocksdb-3.13.tar.gz && cd rocksdb-rocksdb-3.13 && make shared_lib
- make install
- cd ..