Skip to content

Commit

Permalink
Run bloat on travis
Browse files Browse the repository at this point in the history
  • Loading branch information
ah- committed Mar 10, 2018
1 parent 81d20a6 commit cbf514a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ install:

script:
- cargo fmt --all -- --write-mode=diff
- make bloat
- make

cache:
Expand Down
2 changes: 2 additions & 0 deletions scripts/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,8 @@ main() {

rustup component list | grep 'rustfmt.*installed' || \
rustup component add rustfmt-preview

which cargo-bloat || cargo install cargo-bloat
fi
}

Expand Down

0 comments on commit cbf514a

Please sign in to comment.