force installation of rocksdb on travis

This commit is contained in:
debris 2016-01-28 20:51:17 +01:00
parent 67e623cb63
commit 3fa39bfcce

View File

@ -19,7 +19,7 @@ addons:
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 librocksdb
sudo apt-get install -y --force-yes librocksdb
script:
- cargo build --verbose $FEATURES
- cargo test --verbose $FEATURES