Add Travis CI integration.

This commit is contained in:
Rafał Harabień 2017-09-27 14:21:01 +02:00
parent cb6d486e86
commit 5f6f5921c1
2 changed files with 10 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

View File

@ -1,6 +1,8 @@
Rust FAT
========
[![Travis Build Status](https://travis-ci.org/rafalh/rust-fat.svg?branch=master)](https://travis-ci.org/rafalh/rust-fat)
Introduction
------------