Skip to content

Commit

Permalink
chore(travis): run script with --verbose
Browse files Browse the repository at this point in the history
  • Loading branch information
seanmonstar committed May 16, 2015
1 parent 7179651 commit 823b552
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .travis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
if [ "$BENCH" != "" ]
then
echo "cargo bench $FEATURES"
cargo bench $FEATURES
cargo bench --verbose $FEATURES
else
echo "cargo build $FEATURES"
cargo build $FEATURES
cargo build --verbose $FEATURES
echo "cargo test $FEATURES"
cargo test $FEATURES
cargo test --verbose $FEATURES
fi

0 comments on commit 823b552

Please sign in to comment.