Skip to content

Commit

Permalink
Fix script paths; add badge
Browse files Browse the repository at this point in the history
  • Loading branch information
Byron committed Feb 1, 2020
1 parent 30e7eeb commit 5bd7766
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 5bd7766

Please sign in to comment.