Add wallet to the travis build matrix (#102)

This commit is contained in:
AntiochP 2017-08-23 04:29:22 -04:00 committed by Ignotus Peverell
parent fa339f3c0b
commit 5febcb509c

View file

@ -22,6 +22,7 @@ env:
- TEST_DIR=api - TEST_DIR=api
- TEST_DIR=pool - TEST_DIR=pool
- TEST_DIR=pow - TEST_DIR=pow
- TEST_DIR=wallet
- RUST_TEST_THREADS=1 TEST_DIR=grin - RUST_TEST_THREADS=1 TEST_DIR=grin
script: cd $TEST_DIR && cargo test --verbose script: cd $TEST_DIR && cargo test --verbose