summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)