summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSebastian Thiel <sebastian.thiel@icloud.com>2020-02-01 14:06:48 +0800
committerSebastian Thiel <sebastian.thiel@icloud.com>2020-02-01 14:06:48 +0800
commit5bd77660635eb699a385ebc4fb483e8bb8a9ca22 (patch)
tree583525c9397241d708aaf92c5699f37b129a8199
parent30e7eeb1965694508e8bffae4e3ea47c3cc7118b (diff)
Fix script paths; add badge2.1.13
-rw-r--r--.travis.yml6
-rw-r--r--README.md2
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)