Skip to content

Commit d4bf6a9

Browse files
committed
remove verbose flag from pub run test
1 parent a1cc548 commit d4bf6a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tool/travis.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ if [ "$TRAVIS_DART_VERSION" != "stable" ]; then
1414
fi
1515

1616
# Run the tests.
17-
pub run test --verbose
17+
pub run test
1818

1919
# Install dart_coveralls; gather and send coverage data.
2020
if [ "$COVERALLS_TOKEN" ] && [ "$TRAVIS_DART_VERSION" = "stable" ]; then

0 commit comments

Comments
 (0)