Added travis-ci configuration

This commit is contained in:
Naim A 2018-06-12 20:23:49 +03:00
parent 53eb629f50
commit 6d5aaf5622
No known key found for this signature in database
GPG key ID: FD7948915D9EF8B9

12
.travis.yml Normal file
View file

@ -0,0 +1,12 @@
language: rust
rust:
- stable
- nightly
- beta
matrix:
allow_failures:
- rust: nightly
fast_finish: true
cache: cargo