add .travis.yml

This commit is contained in:
Astro 2017-07-19 01:57:46 +02:00
parent 8850c95155
commit 6ae3292d0c

8
.travis.yml Normal file
View file

@ -0,0 +1,8 @@
sudo: false
language: rust
rust:
- stable
- beta
- nightly