mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Updated GCC version for Travis to build RocksDB.
This commit is contained in:
parent
d6aedc0922
commit
32eaac3aa7
1 changed files with 2 additions and 0 deletions
|
@ -5,6 +5,8 @@ rust:
|
|||
env:
|
||||
global:
|
||||
- RUST_BACKTRACE="1"
|
||||
- CXX="g++-4.8"
|
||||
- CC="gcc-4.8"
|
||||
matrix:
|
||||
- TEST_DIR=core
|
||||
- TEST_DIR=p2p
|
||||
|
|
Loading…
Reference in a new issue