Merge pull request #35 from paritytech/td-travis2

Travis builds
This commit is contained in:
Robert Habermeier 2017-11-13 21:42:31 +01:00 committed by GitHub
commit bb9633c2d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

17
.travis.yml Normal file
View File

@ -0,0 +1,17 @@
sudo: false
language: rust
branches:
only:
- master
cache: cargo
matrix:
fast_finish: false
include:
- rust: stable
script:
- cargo check --all
- cargo test --all