1
Fork 0

Enable travis builds

This commit is contained in:
Jan-Erik Rediger 2018-09-13 14:26:37 +02:00
parent fb003e9e5e
commit c6a679d1a3

15
.travis.yml Normal file
View file

@ -0,0 +1,15 @@
language: rust
sudo: false
rust:
- stable
- beta
- nightly
script:
- |
cargo build &&
cargo test
notifications:
email:
on_success: never