Merge branch 'master' into td-serialization

This commit is contained in:
Tomasz Drwięga
2017-11-10 21:32:32 +01:00
+16
View File
@@ -0,0 +1,16 @@
sudo: false
language: rust
branches:
only:
- master
cache: cargo
matrix:
fast_finish: false
include:
- rust: stable
script:
- cargo check --all
- cargo test --all