travis build file

no idea if this will work
This commit is contained in:
bootandy
2018-03-19 12:15:01 -04:00
parent ea0d9eba02
commit 143fc458b4
2 changed files with 23 additions and 0 deletions
+20
View File
@@ -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
+3
View File
@@ -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