Fixed travis config.

This commit is contained in:
Ignotus Peverell
2016-12-15 15:52:47 -08:00
parent 144b316a4b
commit 6536be19fe
+6 -5
View File
@@ -3,11 +3,12 @@ rust:
-stable
env:
- TEST_DIR=core
- TEST_DIR=p2p
- TEST_DIR=chain
- TEST_DIR=grin
global:
RUST_BACKTRACE="1"
- RUST_BACKTRACE="1"
matrix:
- TEST_DIR=core
- TEST_DIR=p2p
- TEST_DIR=chain
- TEST_DIR=grin
script: cd $TEST_DIR && cargo test --verbose