mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
First pass at a Travis CI config.
This commit is contained in:
parent
bc61c5dae7
commit
144b316a4b
1 changed files with 13 additions and 0 deletions
13
.travis.yml
Normal file
13
.travis.yml
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
language: rust
|
||||||
|
rust:
|
||||||
|
-stable
|
||||||
|
|
||||||
|
env:
|
||||||
|
- TEST_DIR=core
|
||||||
|
- TEST_DIR=p2p
|
||||||
|
- TEST_DIR=chain
|
||||||
|
- TEST_DIR=grin
|
||||||
|
global:
|
||||||
|
RUST_BACKTRACE="1"
|
||||||
|
|
||||||
|
script: cd $TEST_DIR && cargo test --verbose
|
Loading…
Reference in a new issue