Add readme and travis config

This commit is contained in:
Diggory Blake 2019-04-03 17:39:35 +01:00
parent cc46fbe621
commit 40a137c186
2 changed files with 25 additions and 0 deletions

10
.travis.yml Normal file
View file

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