added sudo to apt-get commands in travis
This commit is contained in:
parent
55a78989fb
commit
67e623cb63
@ -17,9 +17,9 @@ addons:
|
|||||||
- libelf-dev
|
- libelf-dev
|
||||||
- libdw-dev
|
- libdw-dev
|
||||||
before_script: |
|
before_script: |
|
||||||
add-apt-repository "deb http://ppa.launchpad.net/giskou/librocksdb/ubuntu trusty main" &&
|
sudo add-apt-repository "deb http://ppa.launchpad.net/giskou/librocksdb/ubuntu trusty main" &&
|
||||||
apt-get update &&
|
sudo apt-get update &&
|
||||||
apt-get install -y librocksdb
|
sudo apt-get install -y librocksdb
|
||||||
script:
|
script:
|
||||||
- cargo build --verbose $FEATURES
|
- cargo build --verbose $FEATURES
|
||||||
- cargo test --verbose $FEATURES
|
- cargo test --verbose $FEATURES
|
||||||
|
Loading…
Reference in New Issue
Block a user