Merge pull request #717 from ethcore/build

Removed rocksdb build dependency
This commit is contained in:
Arkadiy Paronyan 2016-03-14 01:58:15 +01:00
commit c53974f125
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}