Updated GCC version for Travis to build RocksDB.

This commit is contained in:
Ignotus Peverell 2016-12-15 16:18:03 -08:00
parent d6aedc0922
commit 32eaac3aa7
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

View file

@ -5,6 +5,8 @@ rust:
env: env:
global: global:
- RUST_BACKTRACE="1" - RUST_BACKTRACE="1"
- CXX="g++-4.8"
- CC="gcc-4.8"
matrix: matrix:
- TEST_DIR=core - TEST_DIR=core
- TEST_DIR=p2p - TEST_DIR=p2p