Merge pull request #4 from senden9/feature/CI-init

Tarvis integration
This commit is contained in:
Matthias Endler 2018-10-25 14:58:12 +02:00 committed by GitHub
commit d7384e51fa
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 10 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