Add some output
This commit is contained in:
parent
3f7e662431
commit
e2e183941f
1 changed files with 5 additions and 1 deletions
|
@ -47,8 +47,12 @@ script:
|
|||
|
||||
for d in $(find -name "Cargo.toml" | grep -vE "^.$"); do
|
||||
dir=$(dirname $d)
|
||||
changes_in $dir && travis_cargo_run_in $dir
|
||||
changes_in $dir && \
|
||||
echo -e "\nRunning in $d\n" && \
|
||||
travis_cargo_run_in $dir
|
||||
done
|
||||
|
||||
echo -e "\nRunning on top-level crate...\n"
|
||||
travis_cargo_run_in "."
|
||||
|
||||
addons:
|
||||
|
|
Loading…
Reference in a new issue