Removed rocksdb build dependency

This commit is contained in:
arkpar 2016-03-14 01:27:27 +01:00
parent 97fe4fcab4
commit 7bc3c0b026
1 changed files with 0 additions and 4 deletions

View File

@ -33,10 +33,6 @@ addons:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
before_script: |
sudo add-apt-repository "deb http://ppa.launchpad.net/giskou/librocksdb/ubuntu trusty main" &&
sudo apt-get update &&
sudo apt-get install -y --force-yes librocksdb
script:
- cargo build --release --verbose ${FEATURES}
- cargo test --release --verbose ${FEATURES} ${TARGETS}