mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Different way to get rustdb build work with Travis.
This commit is contained in:
parent
32eaac3aa7
commit
959474dc12
1 changed files with 10 additions and 2 deletions
12
.travis.yml
12
.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
|
||||
|
|
Loading…
Reference in a new issue