From 5f6f5921c16c875c5c228b1e990f9ee92adf59a0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafa=C5=82=20Harabie=C5=84?= Date: Wed, 27 Sep 2017 14:21:01 +0200 Subject: [PATCH] Add Travis CI integration. --- .travis.yml | 8 ++++++++ README.md | 2 ++ 2 files changed, 10 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..8c91a74 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,8 @@ +language: rust +rust: + - stable + - beta + - nightly +matrix: + allow_failures: + - rust: nightly diff --git a/README.md b/README.md index 283004c..149b22e 100644 --- a/README.md +++ b/README.md @@ -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 ------------