Bootstrap travis-ci

This commit is contained in:
marcelbuesing 2018-05-25 22:23:47 +02:00
parent 02ea1e18c3
commit 2118fba62e
No known key found for this signature in database
GPG key ID: EF3934305E975944

11
.travis.yml Normal file
View file

@ -0,0 +1,11 @@
language: rust
rust:
- stable
- beta
- nightly
script:
- cargo build --verbose
- cargo test --verbose --no-run
matrix:
allow_failures:
- rust: nightly