From 143fc458b4378c723ea2cf467f5521192bc4eaf1 Mon Sep 17 00:00:00 2001 From: bootandy Date: Mon, 19 Mar 2018 12:15:01 -0400 Subject: [PATCH] travis build file no idea if this will work --- .travis.yml | 20 ++++++++++++++++++++ README.md | 3 +++ 2 files changed, 23 insertions(+) create mode 100644 .travis.yml diff --git a/.travis.yml b/.travis.yml new file mode 100644 index 0000000..bac5944 --- /dev/null +++ b/.travis.yml @@ -0,0 +1,20 @@ + +env: + global: + - PROJECT_NAME=dust + - CHANNEL=stable + +language: rust +rust: + - stable +matrix: + - os: osx + env: TARGET=i686-apple-darwin + - os: linux + env: TARGET=i686-unknown-linux-gnu + - os: osx + env: TARGET=x86_64-apple-darwin + - os: linux + env: TARGET=x86_64-unknown-linux-gnu +cache: cargo + diff --git a/README.md b/README.md index 04e69ef..142722b 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +[![Build Status](https://travis-ci.org/bootandy/dust.svg?branch=master)](https://travis-ci.org/bootandy/dust) + + # Dust du + rust = dust. A rust alternative to du