Travis build. (#12)

This commit is contained in:
Tomasz Drwięga
2017-11-10 15:12:41 +01:00
committed by Robert Habermeier
parent 74ec849f7e
commit ff626bd5a1
+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