First pass at a Travis CI config.

This commit is contained in:
Ignotus Peverell 2016-12-15 15:44:52 -08:00
parent bc61c5dae7
commit 144b316a4b
No known key found for this signature in database
GPG key ID: 99CD25F39F8F8211

13
.travis.yml Normal file
View 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