travis: try to remove "tree" call

This commit is contained in:
Matthias Beyer 2016-07-28 14:39:10 +02:00
parent 0ec5117b5a
commit c7b9de3bbd
1 changed files with 0 additions and 2 deletions

View File

@ -56,7 +56,6 @@ script:
{ \ { \
echo -e "\n--- Running in $d ---\n" && \ echo -e "\n--- Running in $d ---\n" && \
travis_cargo_run_in $dir && \ travis_cargo_run_in $dir && \
tree -I "*doc*" $dir && \
echo "--- Running test scripts ---" && \ echo "--- Running test scripts ---" && \
for testsh in $(find $dir -iname "*test.sh"); do for testsh in $(find $dir -iname "*test.sh"); do
run_sh_test $testsh run_sh_test $testsh
@ -71,7 +70,6 @@ addons:
- libcurl4-openssl-dev - libcurl4-openssl-dev
- libelf-dev - libelf-dev
- libdw-dev - libdw-dev
- tree
after_success: after_success:
- travis-cargo --only stable doc-upload - travis-cargo --only stable doc-upload