Different way to get rustdb build work with Travis.

This commit is contained in:
Ignotus Peverell
2016-12-15 16:24:30 -08:00
parent 32eaac3aa7
commit 959474dc12
+10 -2
View File
@@ -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