Added travis ci file.

This commit is contained in:
Peter van Nostrand 2018-05-07 07:58:06 -04:00
parent 4190fdecb8
commit 02ccd476f7
1 changed files with 15 additions and 0 deletions

15
.travis.yml Normal file
View File

@ -0,0 +1,15 @@
language: rust
rust:
- stable
- beta
- nightly
cache: cargo
env:
global:
- RUST_BACKTRACE=1
script:
- cargo build