apt-get update for travis

This commit is contained in:
debris 2015-11-28 23:33:01 +01:00
parent 8eb9dfb387
commit 054a11a5ed
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@ language: rust
before_script:
# g++4.8 for C++11 which is required by rocksdb
- sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
- sudo apt-get update -y -qq
- sudo apt-get install -qq --yes --force-yes g++-4.8
- sudo update-alternatives --install /usr/bin/g++ g++ /usr/bin/g++-4.8 50