From 959474dc127d3b6aaf38281d4609cea2a91a3801 Mon Sep 17 00:00:00 2001 From: Ignotus Peverell Date: Thu, 15 Dec 2016 16:24:30 -0800 Subject: [PATCH] Different way to get rustdb build work with Travis. --- .travis.yml | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index dd49b1057..5014e53fc 100644 --- a/.travis.yml +++ b/.travis.yml @@ -1,12 +1,20 @@ language: rust +dist: trusty +sudo: true rust: - stable + - beta + +addons: + apt: + sources: + - ubuntu-toolchain-r-test + packages: + - g++-5 env: global: - RUST_BACKTRACE="1" - - CXX="g++-4.8" - - CC="gcc-4.8" matrix: - TEST_DIR=core - TEST_DIR=p2p