From 5bd77660635eb699a385ebc4fb483e8bb8a9ca22 Mon Sep 17 00:00:00 2001 From: Sebastian Thiel Date: Sat, 1 Feb 2020 14:06:48 +0800 Subject: Fix script paths; add badge --- .travis.yml | 6 +++--- README.md | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.travis.yml b/.travis.yml index 265ca79..e791b16 100644 --- a/.travis.yml +++ b/.travis.yml @@ -41,16 +41,16 @@ before_install: - rustup self update install: - - sh bin/ci/install.sh + - sh ci/install.sh - source ~/.cargo/env || true script: - - bash bin/ci/script.sh + - bash ci/script.sh after_script: set +e before_deploy: - - sh bin/ci/before_deploy.sh + - sh ci/before_deploy.sh deploy: - provider: releases diff --git a/README.md b/README.md index 9239f29..b1e6a40 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ +[![Build Status](https://travis-ci.org/Byron/dua-cli.svg?branch=master)](https://travis-ci.org/Byron/dua-cli) + **dua** (-> _Disk Usage Analyzer_) is a tool to conveniently learn about the usage of disk space of a given directory. It's parallel by default and will max out your SSD, providing relevant information as fast as possible. [![asciicast](https://asciinema.org/a/AaFU0fPE2E612XCjpNg9JeAgX.svg)](https://asciinema.org/a/AaFU0fPE2E612XCjpNg9JeAgX) -- cgit v1.2.3