summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-01-16 20:33:20 +0100
committerMatthias Beyer <mail@beyermatthias.de>2016-01-16 20:33:20 +0100
commite2e183941f6c907563f95197d9d74540f18cdb88 (patch)
tree40fa55ff1c1d405ca8befae61c58da9dbd042203 /.travis.yml
parent3f7e6624314b60cdeb4912e69445ec29e245e5cd (diff)
Add some output
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml6
1 files changed, 5 insertions, 1 deletions
diff --git a/.travis.yml b/.travis.yml
index a19bf942..a1fba208 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -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: