commit
9a9a1b7ecd
1 changed files with 3 additions and 5 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue