summaryrefslogtreecommitdiffstats
path: root/.travis.yml
diff options
context:
space:
mode:
authorMatthias Beyer <mail@beyermatthias.de>2016-07-28 14:39:10 +0200
committerMatthias Beyer <mail@beyermatthias.de>2016-07-28 14:39:10 +0200
commitc7b9de3bbd142f3803eda5405d26e645174a584e (patch)
tree397a64fc320281a514ba5d0b2b094bae10ed4270 /.travis.yml
parent0ec5117b5a2e4baff0fbe6aa8dd8a27d98bd9d32 (diff)
travis: try to remove "tree" call
Diffstat (limited to '.travis.yml')
-rw-r--r--.travis.yml2
1 files changed, 0 insertions, 2 deletions
diff --git a/.travis.yml b/.travis.yml
index 49be3f26..f96cd1b1 100644
--- a/.travis.yml
+++ b/.travis.yml
@@ -56,7 +56,6 @@ script:
{ \
echo -e "\n--- Running in $d ---\n" && \
travis_cargo_run_in $dir && \
- tree -I "*doc*" $dir && \
echo "--- Running test scripts ---" && \
for testsh in $(find $dir -iname "*test.sh"); do
run_sh_test $testsh
@@ -71,7 +70,6 @@ addons:
- libcurl4-openssl-dev
- libelf-dev
- libdw-dev
- - tree
after_success:
- travis-cargo --only stable doc-upload