Merge pull request #592 from matthiasbeyer/quiet-travis

Quiet travis
This commit is contained in:
Matthias Beyer 2016-07-29 10:29:44 +02:00 committed by GitHub
commit 9a9a1b7ecd

View file

@ -34,9 +34,9 @@ script:
[[ -d "$1" ]] &&
cd "$1" &&
{
travis-cargo build &&
travis-cargo test &&
travis-cargo bench &&
travis-cargo -q build &&
travis-cargo -q test &&
travis-cargo -q bench &&
travis-cargo --only stable doc &&
cd -
} || exit 1
@ -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