Add Travis CI configuration

This commit is contained in:
timvisee 2018-03-26 20:51:14 +02:00
parent 1e047339cf
commit 94229560bf
No known key found for this signature in database
GPG key ID: 109CBA0BF74036C2

14
.travis.yml Normal file
View file

@ -0,0 +1,14 @@
# Configuration for Travis CI
language: rust
sudo: false
rust:
- stable
- beta
- nightly
# Main build
script:
- |
cargo build &&
cargo test &&
cargo doc