Add TravisCI config

This commit is contained in:
Martin Frost 2020-05-23 23:27:48 +02:00
parent b246b04c5a
commit ea0bfc785d
1 changed files with 8 additions and 0 deletions

8
.travis.yml Normal file
View File

@ -0,0 +1,8 @@
language: rust
rust:
- stable
- beta
- nightly
matrix:
allow_failures:
- rust: nightly