mirror of
https://github.com/mimblewimble/grin.git
synced 2025-01-21 03:21:08 +03:00
Fixed travis config.
This commit is contained in:
parent
144b316a4b
commit
6536be19fe
1 changed files with 6 additions and 5 deletions
|
@ -3,11 +3,12 @@ rust:
|
||||||
-stable
|
-stable
|
||||||
|
|
||||||
env:
|
env:
|
||||||
|
global:
|
||||||
|
- RUST_BACKTRACE="1"
|
||||||
|
matrix:
|
||||||
- TEST_DIR=core
|
- TEST_DIR=core
|
||||||
- TEST_DIR=p2p
|
- TEST_DIR=p2p
|
||||||
- TEST_DIR=chain
|
- TEST_DIR=chain
|
||||||
- TEST_DIR=grin
|
- TEST_DIR=grin
|
||||||
global:
|
|
||||||
RUST_BACKTRACE="1"
|
|
||||||
|
|
||||||
script: cd $TEST_DIR && cargo test --verbose
|
script: cd $TEST_DIR && cargo test --verbose
|
||||||
|
|
Loading…
Reference in a new issue